Skip to content

Commit 60136ef

Browse files
committed
初次提交
1 parent ae9d860 commit 60136ef

File tree

952 files changed

+102449
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

952 files changed

+102449
-0
lines changed

CipherIDaaS.iml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="WEB_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$" />
6+
<orderEntry type="inheritedJdk" />
7+
<orderEntry type="sourceFolder" forTests="false" />
8+
</component>
9+
</module>

CipherIDaaS.ipr

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project version="4">
3+
<component name="ASMPluginConfiguration">
4+
<asm skipDebug="false" skipFrames="false" skipCode="false" expandFrames="false" />
5+
<groovy codeStyle="LEGACY" />
6+
</component>
7+
<component name="Encoding" addBOMForNewFiles="with NO BOM" />
8+
<component name="InspectionProjectProfileManager">
9+
<profile version="1.0">
10+
<option name="myName" value="Project Default" />
11+
<inspection_tool class="JavaDoc" enabled="true" level="WARNING" enabled_by_default="true">
12+
<option name="TOP_LEVEL_CLASS_OPTIONS">
13+
<value>
14+
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
15+
<option name="REQUIRED_TAGS" value="" />
16+
</value>
17+
</option>
18+
<option name="INNER_CLASS_OPTIONS">
19+
<value>
20+
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
21+
<option name="REQUIRED_TAGS" value="" />
22+
</value>
23+
</option>
24+
<option name="METHOD_OPTIONS">
25+
<value>
26+
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
27+
<option name="REQUIRED_TAGS" value="@return@param@throws or @exception" />
28+
</value>
29+
</option>
30+
<option name="FIELD_OPTIONS">
31+
<value>
32+
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
33+
<option name="REQUIRED_TAGS" value="" />
34+
</value>
35+
</option>
36+
<option name="IGNORE_DEPRECATED" value="false" />
37+
<option name="IGNORE_JAVADOC_PERIOD" value="true" />
38+
<option name="IGNORE_DUPLICATED_THROWS" value="false" />
39+
<option name="IGNORE_POINT_TO_ITSELF" value="false" />
40+
<option name="myAdditionalJavadocTags" value="date" />
41+
</inspection_tool>
42+
</profile>
43+
<version value="1.0" />
44+
</component>
45+
<component name="ProjectDictionaryState">
46+
<dictionary name="61959" />
47+
</component>
48+
<component name="ProjectInspectionProfilesVisibleTreeState">
49+
<entry key="Project Default">
50+
<profile-state>
51+
<expanded-state>
52+
<State>
53+
<id />
54+
</State>
55+
<State>
56+
<id>Plugin DevKit</id>
57+
</State>
58+
</expanded-state>
59+
<selected-state>
60+
<State>
61+
<id>AngularJS</id>
62+
</State>
63+
</selected-state>
64+
</profile-state>
65+
</entry>
66+
</component>
67+
<component name="ProjectModuleManager">
68+
<modules>
69+
<module fileurl="file://$PROJECT_DIR$/CipherIDaaS.iml" filepath="$PROJECT_DIR$/CipherIDaaS.iml" />
70+
</modules>
71+
</component>
72+
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
73+
<output url="file://$PROJECT_DIR$/out" />
74+
</component>
75+
<component name="ThriftCompiler">
76+
<compilers />
77+
</component>
78+
<component name="VcsDirectoryMappings">
79+
<mapping directory="" vcs="Git" />
80+
</component>
81+
</project>

0 commit comments

Comments
 (0)