For further reference, please consider the following sections:
- Official Apache Maven documentation
- Spring Boot Maven Plugin Reference Guide
- Spring Web
- Spring Data JPA
The following guides illustrate how to use some features concretely:
| HELP.md | |
| target/ | |
| !.mvn/wrapper/maven-wrapper.jar | |
| !**/src/main/** | |
| !**/src/test/** | |
| ### STS ### | |
| .apt_generated | |
| .classpath | |
| .factorypath | |
| .project | |
| .settings | |
| .springBeans | |
| .sts4-cache | |
| ### IntelliJ IDEA ### | |
| .idea | |
| *.iws | |
| *.iml | |
| *.ipr | |
| ### NetBeans ### | |
| /nbproject/private/ | |
| /nbbuild/ | |
| /dist/ | |
| /nbdist/ | |
| /.nb-gradle/ | |
| build/ | |
| ### VS Code ### | |
| .vscode/ |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="CompilerConfiguration"> | |
| <annotationProcessing> | |
| <profile name="Maven default annotation processors profile" enabled="true"> | |
| <sourceOutputDir name="target/generated-sources/annotations" /> | |
| <sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> | |
| <outputRelativeToContentRoot value="true" /> | |
| <module name="member-api" /> | |
| </profile> | |
| </annotationProcessing> | |
| <bytecodeTargetLevel> | |
| <module name="member-api" target="1.8" /> | |
| </bytecodeTargetLevel> | |
| </component> | |
| <component name="JavacSettings"> | |
| <option name="ADDITIONAL_OPTIONS_OVERRIDE"> | |
| <module name="member-api" options="-parameters" /> | |
| </option> | |
| </component> | |
| </project> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="dataSourceStorageLocal"> | |
| <data-source name="MySQL - jdbc:mysql://localhost:3306/codelab_db?serverTimezone=Asia/Seoul" uuid="057a7053-f134-4c79-b36a-6f2cfbe3ef35"> | |
| <database-info product="MySQL" version="5.7.28-log" jdbc-version="4.2" driver-name="MySQL Connector/J" driver-version="mysql-connector-java-8.0.15 (Revision: 79a4336f140499bd22dd07f02b708e163844e3d5)" dbms="MYSQL" exact-version="5.7.28" exact-driver-version="8.0"> | |
| <extra-name-characters>#@</extra-name-characters> | |
| <identifier-quote-string>`</identifier-quote-string> | |
| </database-info> | |
| <case-sensitivity plain-identifiers="lower" quoted-identifiers="lower" /> | |
| <secret-storage>master_key</secret-storage> | |
| <user-name>codelab</user-name> | |
| <schema-mapping> | |
| <introspection-scope> | |
| <node kind="schema" qname="codelab_db" /> | |
| </introspection-scope> | |
| </schema-mapping> | |
| </data-source> | |
| </component> | |
| </project> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="DataSourceManagerImpl" format="xml" multifile-model="true"> | |
| <data-source source="LOCAL" name="MySQL - jdbc:mysql://localhost:3306/codelab_db?serverTimezone=Asia/Seoul" uuid="057a7053-f134-4c79-b36a-6f2cfbe3ef35"> | |
| <driver-ref>mysql.8</driver-ref> | |
| <synchronize>true</synchronize> | |
| <jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver> | |
| <jdbc-url>jdbc:mysql://localhost:3306/codelab_db?serverTimezone=Asia/Seoul</jdbc-url> | |
| <driver-properties> | |
| <property name="autoReconnect" value="true" /> | |
| <property name="zeroDateTimeBehavior" value="CONVERT_TO_NULL" /> | |
| <property name="tinyInt1isBit" value="false" /> | |
| <property name="characterEncoding" value="utf8" /> | |
| <property name="characterSetResults" value="utf8" /> | |
| <property name="yearIsDateType" value="false" /> | |
| </driver-properties> | |
| </data-source> | |
| </component> | |
| </project> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <dataSource name="MySQL - jdbc:mysql://localhost:3306/codelab_db?serverTimezone=Asia/Seoul"> | |
| <database-model serializer="dbm" dbms="MYSQL" family-id="MYSQL" format-version="4.16"> | |
| <root id="1"> | |
| <ServerVersion>5.7.28</ServerVersion> | |
| <DefaultEngine>InnoDB</DefaultEngine> | |
| <DefaultTmpEngine>InnoDB</DefaultTmpEngine> | |
| <DefaultCasing>lower/lower</DefaultCasing> | |
| </root> | |
| <schema id="2" parent="1" name="codelab_db"> | |
| <Current>1</Current> | |
| <Collation>utf8_general_ci</Collation> | |
| </schema> | |
| <schema id="3" parent="1" name="information_schema"> | |
| <Collation>utf8_general_ci</Collation> | |
| </schema> | |
| <schema id="4" parent="1" name="mysql"> | |
| <Collation>latin1_swedish_ci</Collation> | |
| </schema> | |
| <schema id="5" parent="1" name="performance_schema"> | |
| <Collation>utf8_general_ci</Collation> | |
| </schema> | |
| <schema id="6" parent="1" name="sakila"> | |
| <Collation>latin1_swedish_ci</Collation> | |
| </schema> | |
| <schema id="7" parent="1" name="sys"> | |
| <Collation>utf8_general_ci</Collation> | |
| </schema> | |
| <schema id="8" parent="1" name="world"> | |
| <Collation>latin1_swedish_ci</Collation> | |
| </schema> | |
| <collation id="9" parent="1" name="armscii8_bin"> | |
| <Charset>armscii8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="10" parent="1" name="armscii8_general_ci"> | |
| <Charset>armscii8</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="11" parent="1" name="ascii_bin"> | |
| <Charset>ascii</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="12" parent="1" name="ascii_general_ci"> | |
| <Charset>ascii</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="13" parent="1" name="big5_bin"> | |
| <Charset>big5</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="14" parent="1" name="big5_chinese_ci"> | |
| <Charset>big5</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="15" parent="1" name="binary"> | |
| <Charset>binary</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="16" parent="1" name="cp1250_bin"> | |
| <Charset>cp1250</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="17" parent="1" name="cp1250_croatian_ci"> | |
| <Charset>cp1250</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="18" parent="1" name="cp1250_czech_cs"> | |
| <Charset>cp1250</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="19" parent="1" name="cp1250_general_ci"> | |
| <Charset>cp1250</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="20" parent="1" name="cp1250_polish_ci"> | |
| <Charset>cp1250</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="21" parent="1" name="cp1251_bin"> | |
| <Charset>cp1251</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="22" parent="1" name="cp1251_bulgarian_ci"> | |
| <Charset>cp1251</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="23" parent="1" name="cp1251_general_ci"> | |
| <Charset>cp1251</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="24" parent="1" name="cp1251_general_cs"> | |
| <Charset>cp1251</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="25" parent="1" name="cp1251_ukrainian_ci"> | |
| <Charset>cp1251</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="26" parent="1" name="cp1256_bin"> | |
| <Charset>cp1256</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="27" parent="1" name="cp1256_general_ci"> | |
| <Charset>cp1256</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="28" parent="1" name="cp1257_bin"> | |
| <Charset>cp1257</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="29" parent="1" name="cp1257_general_ci"> | |
| <Charset>cp1257</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="30" parent="1" name="cp1257_lithuanian_ci"> | |
| <Charset>cp1257</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="31" parent="1" name="cp850_bin"> | |
| <Charset>cp850</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="32" parent="1" name="cp850_general_ci"> | |
| <Charset>cp850</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="33" parent="1" name="cp852_bin"> | |
| <Charset>cp852</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="34" parent="1" name="cp852_general_ci"> | |
| <Charset>cp852</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="35" parent="1" name="cp866_bin"> | |
| <Charset>cp866</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="36" parent="1" name="cp866_general_ci"> | |
| <Charset>cp866</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="37" parent="1" name="cp932_bin"> | |
| <Charset>cp932</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="38" parent="1" name="cp932_japanese_ci"> | |
| <Charset>cp932</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="39" parent="1" name="dec8_bin"> | |
| <Charset>dec8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="40" parent="1" name="dec8_swedish_ci"> | |
| <Charset>dec8</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="41" parent="1" name="eucjpms_bin"> | |
| <Charset>eucjpms</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="42" parent="1" name="eucjpms_japanese_ci"> | |
| <Charset>eucjpms</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="43" parent="1" name="euckr_bin"> | |
| <Charset>euckr</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="44" parent="1" name="euckr_korean_ci"> | |
| <Charset>euckr</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="45" parent="1" name="gb18030_bin"> | |
| <Charset>gb18030</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="46" parent="1" name="gb18030_chinese_ci"> | |
| <Charset>gb18030</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="47" parent="1" name="gb18030_unicode_520_ci"> | |
| <Charset>gb18030</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="48" parent="1" name="gb2312_bin"> | |
| <Charset>gb2312</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="49" parent="1" name="gb2312_chinese_ci"> | |
| <Charset>gb2312</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="50" parent="1" name="gbk_bin"> | |
| <Charset>gbk</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="51" parent="1" name="gbk_chinese_ci"> | |
| <Charset>gbk</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="52" parent="1" name="geostd8_bin"> | |
| <Charset>geostd8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="53" parent="1" name="geostd8_general_ci"> | |
| <Charset>geostd8</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="54" parent="1" name="greek_bin"> | |
| <Charset>greek</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="55" parent="1" name="greek_general_ci"> | |
| <Charset>greek</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="56" parent="1" name="hebrew_bin"> | |
| <Charset>hebrew</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="57" parent="1" name="hebrew_general_ci"> | |
| <Charset>hebrew</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="58" parent="1" name="hp8_bin"> | |
| <Charset>hp8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="59" parent="1" name="hp8_english_ci"> | |
| <Charset>hp8</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="60" parent="1" name="keybcs2_bin"> | |
| <Charset>keybcs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="61" parent="1" name="keybcs2_general_ci"> | |
| <Charset>keybcs2</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="62" parent="1" name="koi8r_bin"> | |
| <Charset>koi8r</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="63" parent="1" name="koi8r_general_ci"> | |
| <Charset>koi8r</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="64" parent="1" name="koi8u_bin"> | |
| <Charset>koi8u</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="65" parent="1" name="koi8u_general_ci"> | |
| <Charset>koi8u</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="66" parent="1" name="latin1_bin"> | |
| <Charset>latin1</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="67" parent="1" name="latin1_danish_ci"> | |
| <Charset>latin1</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="68" parent="1" name="latin1_general_ci"> | |
| <Charset>latin1</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="69" parent="1" name="latin1_general_cs"> | |
| <Charset>latin1</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="70" parent="1" name="latin1_german1_ci"> | |
| <Charset>latin1</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="71" parent="1" name="latin1_german2_ci"> | |
| <Charset>latin1</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="72" parent="1" name="latin1_spanish_ci"> | |
| <Charset>latin1</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="73" parent="1" name="latin1_swedish_ci"> | |
| <Charset>latin1</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="74" parent="1" name="latin2_bin"> | |
| <Charset>latin2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="75" parent="1" name="latin2_croatian_ci"> | |
| <Charset>latin2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="76" parent="1" name="latin2_czech_cs"> | |
| <Charset>latin2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="77" parent="1" name="latin2_general_ci"> | |
| <Charset>latin2</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="78" parent="1" name="latin2_hungarian_ci"> | |
| <Charset>latin2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="79" parent="1" name="latin5_bin"> | |
| <Charset>latin5</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="80" parent="1" name="latin5_turkish_ci"> | |
| <Charset>latin5</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="81" parent="1" name="latin7_bin"> | |
| <Charset>latin7</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="82" parent="1" name="latin7_estonian_cs"> | |
| <Charset>latin7</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="83" parent="1" name="latin7_general_ci"> | |
| <Charset>latin7</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="84" parent="1" name="latin7_general_cs"> | |
| <Charset>latin7</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="85" parent="1" name="macce_bin"> | |
| <Charset>macce</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="86" parent="1" name="macce_general_ci"> | |
| <Charset>macce</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="87" parent="1" name="macroman_bin"> | |
| <Charset>macroman</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="88" parent="1" name="macroman_general_ci"> | |
| <Charset>macroman</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="89" parent="1" name="sjis_bin"> | |
| <Charset>sjis</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="90" parent="1" name="sjis_japanese_ci"> | |
| <Charset>sjis</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="91" parent="1" name="swe7_bin"> | |
| <Charset>swe7</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="92" parent="1" name="swe7_swedish_ci"> | |
| <Charset>swe7</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="93" parent="1" name="tis620_bin"> | |
| <Charset>tis620</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="94" parent="1" name="tis620_thai_ci"> | |
| <Charset>tis620</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="95" parent="1" name="ucs2_bin"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="96" parent="1" name="ucs2_croatian_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="97" parent="1" name="ucs2_czech_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="98" parent="1" name="ucs2_danish_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="99" parent="1" name="ucs2_esperanto_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="100" parent="1" name="ucs2_estonian_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="101" parent="1" name="ucs2_general_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="102" parent="1" name="ucs2_general_mysql500_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="103" parent="1" name="ucs2_german2_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="104" parent="1" name="ucs2_hungarian_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="105" parent="1" name="ucs2_icelandic_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="106" parent="1" name="ucs2_latvian_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="107" parent="1" name="ucs2_lithuanian_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="108" parent="1" name="ucs2_persian_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="109" parent="1" name="ucs2_polish_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="110" parent="1" name="ucs2_roman_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="111" parent="1" name="ucs2_romanian_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="112" parent="1" name="ucs2_sinhala_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="113" parent="1" name="ucs2_slovak_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="114" parent="1" name="ucs2_slovenian_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="115" parent="1" name="ucs2_spanish2_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="116" parent="1" name="ucs2_spanish_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="117" parent="1" name="ucs2_swedish_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="118" parent="1" name="ucs2_turkish_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="119" parent="1" name="ucs2_unicode_520_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="120" parent="1" name="ucs2_unicode_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="121" parent="1" name="ucs2_vietnamese_ci"> | |
| <Charset>ucs2</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="122" parent="1" name="ujis_bin"> | |
| <Charset>ujis</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="123" parent="1" name="ujis_japanese_ci"> | |
| <Charset>ujis</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="124" parent="1" name="utf16_bin"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="125" parent="1" name="utf16_croatian_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="126" parent="1" name="utf16_czech_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="127" parent="1" name="utf16_danish_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="128" parent="1" name="utf16_esperanto_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="129" parent="1" name="utf16_estonian_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="130" parent="1" name="utf16_general_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="131" parent="1" name="utf16_german2_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="132" parent="1" name="utf16_hungarian_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="133" parent="1" name="utf16_icelandic_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="134" parent="1" name="utf16_latvian_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="135" parent="1" name="utf16_lithuanian_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="136" parent="1" name="utf16_persian_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="137" parent="1" name="utf16_polish_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="138" parent="1" name="utf16_roman_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="139" parent="1" name="utf16_romanian_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="140" parent="1" name="utf16_sinhala_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="141" parent="1" name="utf16_slovak_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="142" parent="1" name="utf16_slovenian_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="143" parent="1" name="utf16_spanish2_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="144" parent="1" name="utf16_spanish_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="145" parent="1" name="utf16_swedish_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="146" parent="1" name="utf16_turkish_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="147" parent="1" name="utf16_unicode_520_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="148" parent="1" name="utf16_unicode_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="149" parent="1" name="utf16_vietnamese_ci"> | |
| <Charset>utf16</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="150" parent="1" name="utf16le_bin"> | |
| <Charset>utf16le</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="151" parent="1" name="utf16le_general_ci"> | |
| <Charset>utf16le</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="152" parent="1" name="utf32_bin"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="153" parent="1" name="utf32_croatian_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="154" parent="1" name="utf32_czech_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="155" parent="1" name="utf32_danish_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="156" parent="1" name="utf32_esperanto_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="157" parent="1" name="utf32_estonian_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="158" parent="1" name="utf32_general_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="159" parent="1" name="utf32_german2_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="160" parent="1" name="utf32_hungarian_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="161" parent="1" name="utf32_icelandic_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="162" parent="1" name="utf32_latvian_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="163" parent="1" name="utf32_lithuanian_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="164" parent="1" name="utf32_persian_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="165" parent="1" name="utf32_polish_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="166" parent="1" name="utf32_roman_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="167" parent="1" name="utf32_romanian_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="168" parent="1" name="utf32_sinhala_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="169" parent="1" name="utf32_slovak_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="170" parent="1" name="utf32_slovenian_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="171" parent="1" name="utf32_spanish2_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="172" parent="1" name="utf32_spanish_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="173" parent="1" name="utf32_swedish_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="174" parent="1" name="utf32_turkish_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="175" parent="1" name="utf32_unicode_520_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="176" parent="1" name="utf32_unicode_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="177" parent="1" name="utf32_vietnamese_ci"> | |
| <Charset>utf32</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="178" parent="1" name="utf8_bin"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="179" parent="1" name="utf8_croatian_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="180" parent="1" name="utf8_czech_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="181" parent="1" name="utf8_danish_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="182" parent="1" name="utf8_esperanto_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="183" parent="1" name="utf8_estonian_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="184" parent="1" name="utf8_general_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="185" parent="1" name="utf8_general_mysql500_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="186" parent="1" name="utf8_german2_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="187" parent="1" name="utf8_hungarian_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="188" parent="1" name="utf8_icelandic_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="189" parent="1" name="utf8_latvian_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="190" parent="1" name="utf8_lithuanian_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="191" parent="1" name="utf8_persian_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="192" parent="1" name="utf8_polish_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="193" parent="1" name="utf8_roman_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="194" parent="1" name="utf8_romanian_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="195" parent="1" name="utf8_sinhala_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="196" parent="1" name="utf8_slovak_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="197" parent="1" name="utf8_slovenian_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="198" parent="1" name="utf8_spanish2_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="199" parent="1" name="utf8_spanish_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="200" parent="1" name="utf8_swedish_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="201" parent="1" name="utf8_turkish_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="202" parent="1" name="utf8_unicode_520_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="203" parent="1" name="utf8_unicode_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="204" parent="1" name="utf8_vietnamese_ci"> | |
| <Charset>utf8</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="205" parent="1" name="utf8mb4_bin"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="206" parent="1" name="utf8mb4_croatian_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="207" parent="1" name="utf8mb4_czech_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="208" parent="1" name="utf8mb4_danish_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="209" parent="1" name="utf8mb4_esperanto_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="210" parent="1" name="utf8mb4_estonian_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="211" parent="1" name="utf8mb4_general_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>1</DefaultForCharset> | |
| </collation> | |
| <collation id="212" parent="1" name="utf8mb4_german2_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="213" parent="1" name="utf8mb4_hungarian_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="214" parent="1" name="utf8mb4_icelandic_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="215" parent="1" name="utf8mb4_latvian_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="216" parent="1" name="utf8mb4_lithuanian_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="217" parent="1" name="utf8mb4_persian_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="218" parent="1" name="utf8mb4_polish_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="219" parent="1" name="utf8mb4_roman_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="220" parent="1" name="utf8mb4_romanian_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="221" parent="1" name="utf8mb4_sinhala_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="222" parent="1" name="utf8mb4_slovak_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="223" parent="1" name="utf8mb4_slovenian_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="224" parent="1" name="utf8mb4_spanish2_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="225" parent="1" name="utf8mb4_spanish_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="226" parent="1" name="utf8mb4_swedish_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="227" parent="1" name="utf8mb4_turkish_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="228" parent="1" name="utf8mb4_unicode_520_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="229" parent="1" name="utf8mb4_unicode_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <collation id="230" parent="1" name="utf8mb4_vietnamese_ci"> | |
| <Charset>utf8mb4</Charset> | |
| <DefaultForCharset>0</DefaultForCharset> | |
| </collation> | |
| <table id="231" parent="2" name="department"/> | |
| <table id="232" parent="2" name="member"/> | |
| <column id="233" parent="231" name="id"> | |
| <Position>1</Position> | |
| <DataType>bigint(20)|0s</DataType> | |
| <NotNull>1</NotNull> | |
| <SequenceIdentity>1</SequenceIdentity> | |
| <ColumnKind>normal</ColumnKind> | |
| </column> | |
| <column id="234" parent="231" name="create_at"> | |
| <Position>2</Position> | |
| <DataType>datetime|0s</DataType> | |
| <ColumnKind>normal</ColumnKind> | |
| </column> | |
| <column id="235" parent="231" name="name"> | |
| <Position>3</Position> | |
| <DataType>varchar(255)|0s</DataType> | |
| <ColumnKind>normal</ColumnKind> | |
| </column> | |
| <column id="236" parent="231" name="update_at"> | |
| <Position>4</Position> | |
| <DataType>datetime|0s</DataType> | |
| <ColumnKind>normal</ColumnKind> | |
| </column> | |
| <key id="237" parent="231" name="PRIMARY"> | |
| <NameSurrogate>1</NameSurrogate> | |
| <ColNames>id</ColNames> | |
| <Primary>1</Primary> | |
| </key> | |
| <column id="238" parent="232" name="id"> | |
| <Position>1</Position> | |
| <DataType>bigint(20)|0s</DataType> | |
| <NotNull>1</NotNull> | |
| <SequenceIdentity>1</SequenceIdentity> | |
| <ColumnKind>normal</ColumnKind> | |
| </column> | |
| <column id="239" parent="232" name="created_at"> | |
| <Position>2</Position> | |
| <DataType>datetime|0s</DataType> | |
| <ColumnKind>normal</ColumnKind> | |
| </column> | |
| <column id="240" parent="232" name="department_id"> | |
| <Position>3</Position> | |
| <DataType>bigint(20)|0s</DataType> | |
| <ColumnKind>normal</ColumnKind> | |
| </column> | |
| <column id="241" parent="232" name="name"> | |
| <Position>4</Position> | |
| <DataType>varchar(255)|0s</DataType> | |
| <ColumnKind>normal</ColumnKind> | |
| </column> | |
| <column id="242" parent="232" name="updated_at"> | |
| <Position>5</Position> | |
| <DataType>datetime|0s</DataType> | |
| <ColumnKind>normal</ColumnKind> | |
| </column> | |
| <index id="243" parent="232" name="FKdpedfctlocj8locoj364p0vo8"> | |
| <ColNames>department_id</ColNames> | |
| <Type>btree</Type> | |
| </index> | |
| <key id="244" parent="232" name="PRIMARY"> | |
| <NameSurrogate>1</NameSurrogate> | |
| <ColNames>id</ColNames> | |
| <Primary>1</Primary> | |
| </key> | |
| <foreign-key id="245" parent="232" name="FKdpedfctlocj8locoj364p0vo8"> | |
| <ColNames>department_id</ColNames> | |
| <RefTableName>member</RefTableName> | |
| <RefColNames>id</RefColNames> | |
| </foreign-key> | |
| </database-model> | |
| </dataSource> |
| #n:information_schema | |
| !<md> [null, 0, null, null, -2147483648, -2147483648] |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="Encoding"> | |
| <file url="file://$PROJECT_DIR$" charset="UTF-8" /> | |
| </component> | |
| </project> |
| <component name="libraryTable"> | |
| <library name="Maven: antlr:antlr:2.7.7"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/antlr/antlr/2.7.7/antlr-2.7.7.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/antlr/antlr/2.7.7/antlr-2.7.7-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/antlr/antlr/2.7.7/antlr-2.7.7-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: ch.qos.logback:logback-classic:1.2.3"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: ch.qos.logback:logback-core:1.2.3"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: com.fasterxml:classmate:1.5.0"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/classmate/1.5.0/classmate-1.5.0.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/classmate/1.5.0/classmate-1.5.0-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/classmate/1.5.0/classmate-1.5.0-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.10.0"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.10.0/jackson-annotations-2.10.0.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.10.0/jackson-annotations-2.10.0-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.10.0/jackson-annotations-2.10.0-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: com.fasterxml.jackson.core:jackson-core:2.10.0"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-core/2.10.0/jackson-core-2.10.0.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-core/2.10.0/jackson-core-2.10.0-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-core/2.10.0/jackson-core-2.10.0-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: com.fasterxml.jackson.core:jackson-databind:2.10.0"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-databind/2.10.0/jackson-databind-2.10.0.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-databind/2.10.0/jackson-databind-2.10.0-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-databind/2.10.0/jackson-databind-2.10.0-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.10.0"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.10.0/jackson-datatype-jdk8-2.10.0.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.10.0/jackson-datatype-jdk8-2.10.0-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.10.0/jackson-datatype-jdk8-2.10.0-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.0"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.10.0/jackson-datatype-jsr310-2.10.0.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.10.0/jackson-datatype-jsr310-2.10.0-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.10.0/jackson-datatype-jsr310-2.10.0-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: com.fasterxml.jackson.module:jackson-module-parameter-names:2.10.0"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-parameter-names/2.10.0/jackson-module-parameter-names-2.10.0.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-parameter-names/2.10.0/jackson-module-parameter-names-2.10.0-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-parameter-names/2.10.0/jackson-module-parameter-names-2.10.0-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: com.google.guava:guava:20.0"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/20.0/guava-20.0.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/20.0/guava-20.0-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/20.0/guava-20.0-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: com.jayway.jsonpath:json-path:2.4.0"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: com.sun.istack:istack-commons-runtime:3.0.8"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: com.sun.xml.bind:jaxb-core:2.3.0.1"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/sun/xml/bind/jaxb-core/2.3.0.1/jaxb-core-2.3.0.1.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/sun/xml/bind/jaxb-core/2.3.0.1/jaxb-core-2.3.0.1-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/sun/xml/bind/jaxb-core/2.3.0.1/jaxb-core-2.3.0.1-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: com.sun.xml.bind:jaxb-impl:2.3.0.1"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/sun/xml/bind/jaxb-impl/2.3.0.1/jaxb-impl-2.3.0.1.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/sun/xml/bind/jaxb-impl/2.3.0.1/jaxb-impl-2.3.0.1-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/sun/xml/bind/jaxb-impl/2.3.0.1/jaxb-impl-2.3.0.1-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: com.sun.xml.fastinfoset:FastInfoset:1.2.16"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: com.vaadin.external.google:android-json:0.0.20131108.vaadin1"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: com.zaxxer:HikariCP:3.4.1"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/zaxxer/HikariCP/3.4.1/HikariCP-3.4.1.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/zaxxer/HikariCP/3.4.1/HikariCP-3.4.1-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/com/zaxxer/HikariCP/3.4.1/HikariCP-3.4.1-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: commons-codec:commons-codec:1.13"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.13/commons-codec-1.13.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.13/commons-codec-1.13-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.13/commons-codec-1.13-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: io.micrometer:micrometer-core:1.3.0"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/micrometer/micrometer-core/1.3.0/micrometer-core-1.3.0.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/micrometer/micrometer-core/1.3.0/micrometer-core-1.3.0-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/micrometer/micrometer-core/1.3.0/micrometer-core-1.3.0-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: io.springfox:springfox-core:2.9.2"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-core/2.9.2/springfox-core-2.9.2.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-core/2.9.2/springfox-core-2.9.2-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-core/2.9.2/springfox-core-2.9.2-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: io.springfox:springfox-schema:2.9.2"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-schema/2.9.2/springfox-schema-2.9.2.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-schema/2.9.2/springfox-schema-2.9.2-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-schema/2.9.2/springfox-schema-2.9.2-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: io.springfox:springfox-spi:2.9.2"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-spi/2.9.2/springfox-spi-2.9.2.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-spi/2.9.2/springfox-spi-2.9.2-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-spi/2.9.2/springfox-spi-2.9.2-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: io.springfox:springfox-spring-web:2.9.2"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-spring-web/2.9.2/springfox-spring-web-2.9.2.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-spring-web/2.9.2/springfox-spring-web-2.9.2-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-spring-web/2.9.2/springfox-spring-web-2.9.2-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: io.springfox:springfox-swagger2:2.9.2"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger2/2.9.2/springfox-swagger2-2.9.2.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger2/2.9.2/springfox-swagger2-2.9.2-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger2/2.9.2/springfox-swagger2-2.9.2-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: io.springfox:springfox-swagger-common:2.9.2"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger-common/2.9.2/springfox-swagger-common-2.9.2.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger-common/2.9.2/springfox-swagger-common-2.9.2-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger-common/2.9.2/springfox-swagger-common-2.9.2-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: io.springfox:springfox-swagger-ui:2.9.2"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger-ui/2.9.2/springfox-swagger-ui-2.9.2.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger-ui/2.9.2/springfox-swagger-ui-2.9.2-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger-ui/2.9.2/springfox-swagger-ui-2.9.2-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: io.swagger:swagger-annotations:1.5.20"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/swagger/swagger-annotations/1.5.20/swagger-annotations-1.5.20.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/swagger/swagger-annotations/1.5.20/swagger-annotations-1.5.20-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/swagger/swagger-annotations/1.5.20/swagger-annotations-1.5.20-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: io.swagger:swagger-models:1.5.20"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/swagger/swagger-models/1.5.20/swagger-models-1.5.20.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/swagger/swagger-models/1.5.20/swagger-models-1.5.20-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/io/swagger/swagger-models/1.5.20/swagger-models-1.5.20-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: jakarta.activation:jakarta.activation-api:1.2.1"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: jakarta.annotation:jakarta.annotation-api:1.3.5"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: jakarta.persistence:jakarta.persistence-api:2.2.3"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/jakarta/persistence/jakarta.persistence-api/2.2.3/jakarta.persistence-api-2.2.3.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/jakarta/persistence/jakarta.persistence-api/2.2.3/jakarta.persistence-api-2.2.3-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/jakarta/persistence/jakarta.persistence-api/2.2.3/jakarta.persistence-api-2.2.3-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: jakarta.transaction:jakarta.transaction-api:1.3.3"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: jakarta.validation:jakarta.validation-api:2.0.1"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/jakarta/validation/jakarta.validation-api/2.0.1/jakarta.validation-api-2.0.1.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/jakarta/validation/jakarta.validation-api/2.0.1/jakarta.validation-api-2.0.1-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/jakarta/validation/jakarta.validation-api/2.0.1/jakarta.validation-api-2.0.1-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: jakarta.xml.bind:jakarta.xml.bind-api:2.3.2"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: javax.activation:javax.activation-api:1.2.0"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: javax.xml.bind:jaxb-api:2.3.1"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: mysql:mysql-connector-java:8.0.18"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/mysql/mysql-connector-java/8.0.18/mysql-connector-java-8.0.18.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/mysql/mysql-connector-java/8.0.18/mysql-connector-java-8.0.18-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/mysql/mysql-connector-java/8.0.18/mysql-connector-java-8.0.18-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: net.bytebuddy:byte-buddy:1.10.1"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/net/bytebuddy/byte-buddy/1.10.1/byte-buddy-1.10.1.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/net/bytebuddy/byte-buddy/1.10.1/byte-buddy-1.10.1-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/net/bytebuddy/byte-buddy/1.10.1/byte-buddy-1.10.1-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: net.bytebuddy:byte-buddy-agent:1.10.1"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/net/bytebuddy/byte-buddy-agent/1.10.1/byte-buddy-agent-1.10.1.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/net/bytebuddy/byte-buddy-agent/1.10.1/byte-buddy-agent-1.10.1-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/net/bytebuddy/byte-buddy-agent/1.10.1/byte-buddy-agent-1.10.1-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: net.minidev:accessors-smart:1.2"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/net/minidev/accessors-smart/1.2/accessors-smart-1.2-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/net/minidev/accessors-smart/1.2/accessors-smart-1.2-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: net.minidev:json-smart:2.3"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/net/minidev/json-smart/2.3/json-smart-2.3.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/net/minidev/json-smart/2.3/json-smart-2.3-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/net/minidev/json-smart/2.3/json-smart-2.3-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.apache.logging.log4j:log4j-api:2.12.1"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/apache/logging/log4j/log4j-api/2.12.1/log4j-api-2.12.1.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/apache/logging/log4j/log4j-api/2.12.1/log4j-api-2.12.1-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/apache/logging/log4j/log4j-api/2.12.1/log4j-api-2.12.1-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.apache.logging.log4j:log4j-to-slf4j:2.12.1"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/apache/logging/log4j/log4j-to-slf4j/2.12.1/log4j-to-slf4j-2.12.1.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/apache/logging/log4j/log4j-to-slf4j/2.12.1/log4j-to-slf4j-2.12.1-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/apache/logging/log4j/log4j-to-slf4j/2.12.1/log4j-to-slf4j-2.12.1-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.apache.tomcat.embed:tomcat-embed-core:9.0.27"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-core/9.0.27/tomcat-embed-core-9.0.27.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-core/9.0.27/tomcat-embed-core-9.0.27-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-core/9.0.27/tomcat-embed-core-9.0.27-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.apache.tomcat.embed:tomcat-embed-el:9.0.27"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-el/9.0.27/tomcat-embed-el-9.0.27.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-el/9.0.27/tomcat-embed-el-9.0.27-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-el/9.0.27/tomcat-embed-el-9.0.27-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.apache.tomcat.embed:tomcat-embed-websocket:9.0.27"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.27/tomcat-embed-websocket-9.0.27.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.27/tomcat-embed-websocket-9.0.27-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.27/tomcat-embed-websocket-9.0.27-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.apiguardian:apiguardian-api:1.1.0"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.aspectj:aspectjweaver:1.9.4"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/aspectj/aspectjweaver/1.9.4/aspectjweaver-1.9.4.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/aspectj/aspectjweaver/1.9.4/aspectjweaver-1.9.4-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/aspectj/aspectjweaver/1.9.4/aspectjweaver-1.9.4-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.assertj:assertj-core:3.13.2"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/assertj/assertj-core/3.13.2/assertj-core-3.13.2.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/assertj/assertj-core/3.13.2/assertj-core-3.13.2-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/assertj/assertj-core/3.13.2/assertj-core-3.13.2-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.bouncycastle:bcpkix-jdk15on:1.56"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/bouncycastle/bcpkix-jdk15on/1.56/bcpkix-jdk15on-1.56.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/bouncycastle/bcpkix-jdk15on/1.56/bcpkix-jdk15on-1.56-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/bouncycastle/bcpkix-jdk15on/1.56/bcpkix-jdk15on-1.56-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.bouncycastle:bcprov-jdk15on:1.56"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.codehaus.jackson:jackson-core-asl:1.9.13"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.codehaus.jackson:jackson-mapper-asl:1.9.13"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.dom4j:dom4j:2.1.1"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/dom4j/dom4j/2.1.1/dom4j-2.1.1-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/dom4j/dom4j/2.1.1/dom4j-2.1.1-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.glassfish.jaxb:jaxb-runtime:2.3.2"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.glassfish.jaxb:txw2:2.3.2"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.hamcrest:hamcrest:2.1"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest/2.1/hamcrest-2.1.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest/2.1/hamcrest-2.1-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest/2.1/hamcrest-2.1-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.hdrhistogram:HdrHistogram:2.1.11"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/hdrhistogram/HdrHistogram/2.1.11/HdrHistogram-2.1.11.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/hdrhistogram/HdrHistogram/2.1.11/HdrHistogram-2.1.11-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/hdrhistogram/HdrHistogram/2.1.11/HdrHistogram-2.1.11-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.hibernate.common:hibernate-commons-annotations:5.1.0.Final"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/hibernate/common/hibernate-commons-annotations/5.1.0.Final/hibernate-commons-annotations-5.1.0.Final.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/hibernate/common/hibernate-commons-annotations/5.1.0.Final/hibernate-commons-annotations-5.1.0.Final-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/hibernate/common/hibernate-commons-annotations/5.1.0.Final/hibernate-commons-annotations-5.1.0.Final-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.hibernate:hibernate-core:5.4.6.Final"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/hibernate/hibernate-core/5.4.6.Final/hibernate-core-5.4.6.Final.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/hibernate/hibernate-core/5.4.6.Final/hibernate-core-5.4.6.Final-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/hibernate/hibernate-core/5.4.6.Final/hibernate-core-5.4.6.Final-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.hibernate.validator:hibernate-validator:6.0.17.Final"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/hibernate/validator/hibernate-validator/6.0.17.Final/hibernate-validator-6.0.17.Final.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/hibernate/validator/hibernate-validator/6.0.17.Final/hibernate-validator-6.0.17.Final-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/hibernate/validator/hibernate-validator/6.0.17.Final/hibernate-validator-6.0.17.Final-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.javassist:javassist:3.24.0-GA"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.jboss:jandex:2.0.5.Final"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/jboss/jandex/2.0.5.Final/jandex-2.0.5.Final.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/jboss/jandex/2.0.5.Final/jandex-2.0.5.Final-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/jboss/jandex/2.0.5.Final/jandex-2.0.5.Final-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.jboss.logging:jboss-logging:3.4.1.Final"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.junit.jupiter:junit-jupiter:5.5.2"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter/5.5.2/junit-jupiter-5.5.2.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter/5.5.2/junit-jupiter-5.5.2-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter/5.5.2/junit-jupiter-5.5.2-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.junit.jupiter:junit-jupiter-api:5.5.2"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.5.2/junit-jupiter-api-5.5.2.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.5.2/junit-jupiter-api-5.5.2-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.5.2/junit-jupiter-api-5.5.2-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.junit.jupiter:junit-jupiter-engine:5.5.2"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-engine/5.5.2/junit-jupiter-engine-5.5.2.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-engine/5.5.2/junit-jupiter-engine-5.5.2-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-engine/5.5.2/junit-jupiter-engine-5.5.2-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.junit.jupiter:junit-jupiter-params:5.5.2"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-params/5.5.2/junit-jupiter-params-5.5.2.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-params/5.5.2/junit-jupiter-params-5.5.2-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-params/5.5.2/junit-jupiter-params-5.5.2-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.junit.platform:junit-platform-commons:1.5.2"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.5.2/junit-platform-commons-1.5.2.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.5.2/junit-platform-commons-1.5.2-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.5.2/junit-platform-commons-1.5.2-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.junit.platform:junit-platform-engine:1.5.2"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-engine/1.5.2/junit-platform-engine-1.5.2.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-engine/1.5.2/junit-platform-engine-1.5.2-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-engine/1.5.2/junit-platform-engine-1.5.2-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.jvnet.staxex:stax-ex:1.8.1"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.latencyutils:LatencyUtils:2.0.3"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.mapstruct:mapstruct:1.2.0.Final"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/mapstruct/mapstruct/1.2.0.Final/mapstruct-1.2.0.Final.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/mapstruct/mapstruct/1.2.0.Final/mapstruct-1.2.0.Final-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/mapstruct/mapstruct/1.2.0.Final/mapstruct-1.2.0.Final-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.mockito:mockito-core:3.1.0"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/mockito/mockito-core/3.1.0/mockito-core-3.1.0.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/mockito/mockito-core/3.1.0/mockito-core-3.1.0-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/mockito/mockito-core/3.1.0/mockito-core-3.1.0-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.mockito:mockito-junit-jupiter:3.1.0"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/mockito/mockito-junit-jupiter/3.1.0/mockito-junit-jupiter-3.1.0.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/mockito/mockito-junit-jupiter/3.1.0/mockito-junit-jupiter-3.1.0-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/mockito/mockito-junit-jupiter/3.1.0/mockito-junit-jupiter-3.1.0-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.objenesis:objenesis:2.6"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/objenesis/objenesis/2.6/objenesis-2.6.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/objenesis/objenesis/2.6/objenesis-2.6-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/objenesis/objenesis/2.6/objenesis-2.6-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.opentest4j:opentest4j:1.2.0"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.ow2.asm:asm:5.0.4"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/ow2/asm/asm/5.0.4/asm-5.0.4.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/ow2/asm/asm/5.0.4/asm-5.0.4-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/ow2/asm/asm/5.0.4/asm-5.0.4-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.projectlombok:lombok:1.18.10"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.10/lombok-1.18.10.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.10/lombok-1.18.10-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.10/lombok-1.18.10-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.skyscreamer:jsonassert:1.5.0"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.slf4j:jul-to-slf4j:1.7.28"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/jul-to-slf4j/1.7.28/jul-to-slf4j-1.7.28.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/jul-to-slf4j/1.7.28/jul-to-slf4j-1.7.28-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/jul-to-slf4j/1.7.28/jul-to-slf4j-1.7.28-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.slf4j:slf4j-api:1.7.28"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.boot:spring-boot:2.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot/2.2.0.RELEASE/spring-boot-2.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot/2.2.0.RELEASE/spring-boot-2.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot/2.2.0.RELEASE/spring-boot-2.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.boot:spring-boot-actuator:2.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-actuator/2.2.0.RELEASE/spring-boot-actuator-2.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-actuator/2.2.0.RELEASE/spring-boot-actuator-2.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-actuator/2.2.0.RELEASE/spring-boot-actuator-2.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.boot:spring-boot-actuator-autoconfigure:2.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-actuator-autoconfigure/2.2.0.RELEASE/spring-boot-actuator-autoconfigure-2.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-actuator-autoconfigure/2.2.0.RELEASE/spring-boot-actuator-autoconfigure-2.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-actuator-autoconfigure/2.2.0.RELEASE/spring-boot-actuator-autoconfigure-2.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.boot:spring-boot-autoconfigure:2.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-autoconfigure/2.2.0.RELEASE/spring-boot-autoconfigure-2.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-autoconfigure/2.2.0.RELEASE/spring-boot-autoconfigure-2.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-autoconfigure/2.2.0.RELEASE/spring-boot-autoconfigure-2.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.boot:spring-boot-starter:2.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter/2.2.0.RELEASE/spring-boot-starter-2.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter/2.2.0.RELEASE/spring-boot-starter-2.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter/2.2.0.RELEASE/spring-boot-starter-2.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.boot:spring-boot-starter-actuator:2.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-actuator/2.2.0.RELEASE/spring-boot-starter-actuator-2.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-actuator/2.2.0.RELEASE/spring-boot-starter-actuator-2.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-actuator/2.2.0.RELEASE/spring-boot-starter-actuator-2.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.boot:spring-boot-starter-aop:2.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-aop/2.2.0.RELEASE/spring-boot-starter-aop-2.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-aop/2.2.0.RELEASE/spring-boot-starter-aop-2.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-aop/2.2.0.RELEASE/spring-boot-starter-aop-2.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.boot:spring-boot-starter-data-jpa:2.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-data-jpa/2.2.0.RELEASE/spring-boot-starter-data-jpa-2.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-data-jpa/2.2.0.RELEASE/spring-boot-starter-data-jpa-2.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-data-jpa/2.2.0.RELEASE/spring-boot-starter-data-jpa-2.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.boot:spring-boot-starter-jdbc:2.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-jdbc/2.2.0.RELEASE/spring-boot-starter-jdbc-2.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-jdbc/2.2.0.RELEASE/spring-boot-starter-jdbc-2.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-jdbc/2.2.0.RELEASE/spring-boot-starter-jdbc-2.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.boot:spring-boot-starter-json:2.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-json/2.2.0.RELEASE/spring-boot-starter-json-2.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-json/2.2.0.RELEASE/spring-boot-starter-json-2.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-json/2.2.0.RELEASE/spring-boot-starter-json-2.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.boot:spring-boot-starter-logging:2.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-logging/2.2.0.RELEASE/spring-boot-starter-logging-2.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-logging/2.2.0.RELEASE/spring-boot-starter-logging-2.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-logging/2.2.0.RELEASE/spring-boot-starter-logging-2.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.boot:spring-boot-starter-security:2.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-security/2.2.0.RELEASE/spring-boot-starter-security-2.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-security/2.2.0.RELEASE/spring-boot-starter-security-2.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-security/2.2.0.RELEASE/spring-boot-starter-security-2.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.boot:spring-boot-starter-test:2.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-test/2.2.0.RELEASE/spring-boot-starter-test-2.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-test/2.2.0.RELEASE/spring-boot-starter-test-2.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-test/2.2.0.RELEASE/spring-boot-starter-test-2.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.boot:spring-boot-starter-tomcat:2.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-tomcat/2.2.0.RELEASE/spring-boot-starter-tomcat-2.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-tomcat/2.2.0.RELEASE/spring-boot-starter-tomcat-2.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-tomcat/2.2.0.RELEASE/spring-boot-starter-tomcat-2.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.boot:spring-boot-starter-validation:2.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-validation/2.2.0.RELEASE/spring-boot-starter-validation-2.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-validation/2.2.0.RELEASE/spring-boot-starter-validation-2.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-validation/2.2.0.RELEASE/spring-boot-starter-validation-2.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.boot:spring-boot-starter-web:2.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-web/2.2.0.RELEASE/spring-boot-starter-web-2.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-web/2.2.0.RELEASE/spring-boot-starter-web-2.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-web/2.2.0.RELEASE/spring-boot-starter-web-2.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.boot:spring-boot-test:2.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-test/2.2.0.RELEASE/spring-boot-test-2.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-test/2.2.0.RELEASE/spring-boot-test-2.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-test/2.2.0.RELEASE/spring-boot-test-2.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.boot:spring-boot-test-autoconfigure:2.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-test-autoconfigure/2.2.0.RELEASE/spring-boot-test-autoconfigure-2.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-test-autoconfigure/2.2.0.RELEASE/spring-boot-test-autoconfigure-2.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-test-autoconfigure/2.2.0.RELEASE/spring-boot-test-autoconfigure-2.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.cloud:spring-cloud-commons:2.1.3.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-commons/2.1.3.RELEASE/spring-cloud-commons-2.1.3.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-commons/2.1.3.RELEASE/spring-cloud-commons-2.1.3.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-commons/2.1.3.RELEASE/spring-cloud-commons-2.1.3.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.cloud:spring-cloud-context:2.1.3.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-context/2.1.3.RELEASE/spring-cloud-context-2.1.3.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-context/2.1.3.RELEASE/spring-cloud-context-2.1.3.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-context/2.1.3.RELEASE/spring-cloud-context-2.1.3.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.cloud:spring-cloud-security:2.1.4.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-security/2.1.4.RELEASE/spring-cloud-security-2.1.4.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-security/2.1.4.RELEASE/spring-cloud-security-2.1.4.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-security/2.1.4.RELEASE/spring-cloud-security-2.1.4.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.cloud:spring-cloud-starter:2.1.3.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-starter/2.1.3.RELEASE/spring-cloud-starter-2.1.3.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-starter/2.1.3.RELEASE/spring-cloud-starter-2.1.3.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-starter/2.1.3.RELEASE/spring-cloud-starter-2.1.3.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.cloud:spring-cloud-starter-oauth2:2.1.4.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-starter-oauth2/2.1.4.RELEASE/spring-cloud-starter-oauth2-2.1.4.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-starter-oauth2/2.1.4.RELEASE/spring-cloud-starter-oauth2-2.1.4.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-starter-oauth2/2.1.4.RELEASE/spring-cloud-starter-oauth2-2.1.4.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.cloud:spring-cloud-starter-security:2.1.4.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-starter-security/2.1.4.RELEASE/spring-cloud-starter-security-2.1.4.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-starter-security/2.1.4.RELEASE/spring-cloud-starter-security-2.1.4.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-starter-security/2.1.4.RELEASE/spring-cloud-starter-security-2.1.4.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.data:spring-data-commons:2.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-commons/2.2.0.RELEASE/spring-data-commons-2.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-commons/2.2.0.RELEASE/spring-data-commons-2.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-commons/2.2.0.RELEASE/spring-data-commons-2.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.data:spring-data-jpa:2.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-jpa/2.2.0.RELEASE/spring-data-jpa-2.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-jpa/2.2.0.RELEASE/spring-data-jpa-2.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-jpa/2.2.0.RELEASE/spring-data-jpa-2.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core-1.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core-1.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core-1.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/plugin/spring-plugin-metadata/1.2.0.RELEASE/spring-plugin-metadata-1.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/plugin/spring-plugin-metadata/1.2.0.RELEASE/spring-plugin-metadata-1.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/plugin/spring-plugin-metadata/1.2.0.RELEASE/spring-plugin-metadata-1.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.1.2.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/oauth/boot/spring-security-oauth2-autoconfigure/2.1.2.RELEASE/spring-security-oauth2-autoconfigure-2.1.2.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/oauth/boot/spring-security-oauth2-autoconfigure/2.1.2.RELEASE/spring-security-oauth2-autoconfigure-2.1.2.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/oauth/boot/spring-security-oauth2-autoconfigure/2.1.2.RELEASE/spring-security-oauth2-autoconfigure-2.1.2.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.security.oauth:spring-security-oauth2:2.3.4.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/oauth/spring-security-oauth2/2.3.4.RELEASE/spring-security-oauth2-2.3.4.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/oauth/spring-security-oauth2/2.3.4.RELEASE/spring-security-oauth2-2.3.4.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/oauth/spring-security-oauth2/2.3.4.RELEASE/spring-security-oauth2-2.3.4.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.security:spring-security-config:5.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-config/5.2.0.RELEASE/spring-security-config-5.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-config/5.2.0.RELEASE/spring-security-config-5.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-config/5.2.0.RELEASE/spring-security-config-5.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.security:spring-security-core:5.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-core/5.2.0.RELEASE/spring-security-core-5.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-core/5.2.0.RELEASE/spring-security-core-5.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-core/5.2.0.RELEASE/spring-security-core-5.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.security:spring-security-crypto:5.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-crypto/5.2.0.RELEASE/spring-security-crypto-5.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-crypto/5.2.0.RELEASE/spring-security-crypto-5.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-crypto/5.2.0.RELEASE/spring-security-crypto-5.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.security:spring-security-jwt:1.0.9.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-jwt/1.0.9.RELEASE/spring-security-jwt-1.0.9.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-jwt/1.0.9.RELEASE/spring-security-jwt-1.0.9.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-jwt/1.0.9.RELEASE/spring-security-jwt-1.0.9.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.security:spring-security-rsa:1.0.7.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-rsa/1.0.7.RELEASE/spring-security-rsa-1.0.7.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-rsa/1.0.7.RELEASE/spring-security-rsa-1.0.7.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-rsa/1.0.7.RELEASE/spring-security-rsa-1.0.7.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework.security:spring-security-web:5.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-web/5.2.0.RELEASE/spring-security-web-5.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-web/5.2.0.RELEASE/spring-security-web-5.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-web/5.2.0.RELEASE/spring-security-web-5.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework:spring-aop:5.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-aop/5.2.0.RELEASE/spring-aop-5.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-aop/5.2.0.RELEASE/spring-aop-5.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-aop/5.2.0.RELEASE/spring-aop-5.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework:spring-aspects:5.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-aspects/5.2.0.RELEASE/spring-aspects-5.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-aspects/5.2.0.RELEASE/spring-aspects-5.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-aspects/5.2.0.RELEASE/spring-aspects-5.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework:spring-beans:5.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-beans/5.2.0.RELEASE/spring-beans-5.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-beans/5.2.0.RELEASE/spring-beans-5.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-beans/5.2.0.RELEASE/spring-beans-5.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework:spring-context:5.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-context/5.2.0.RELEASE/spring-context-5.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-context/5.2.0.RELEASE/spring-context-5.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-context/5.2.0.RELEASE/spring-context-5.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework:spring-core:5.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-core/5.2.0.RELEASE/spring-core-5.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-core/5.2.0.RELEASE/spring-core-5.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-core/5.2.0.RELEASE/spring-core-5.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework:spring-expression:5.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-expression/5.2.0.RELEASE/spring-expression-5.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-expression/5.2.0.RELEASE/spring-expression-5.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-expression/5.2.0.RELEASE/spring-expression-5.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework:spring-jcl:5.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jcl/5.2.0.RELEASE/spring-jcl-5.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jcl/5.2.0.RELEASE/spring-jcl-5.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jcl/5.2.0.RELEASE/spring-jcl-5.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework:spring-jdbc:5.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jdbc/5.2.0.RELEASE/spring-jdbc-5.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jdbc/5.2.0.RELEASE/spring-jdbc-5.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jdbc/5.2.0.RELEASE/spring-jdbc-5.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework:spring-orm:5.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-orm/5.2.0.RELEASE/spring-orm-5.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-orm/5.2.0.RELEASE/spring-orm-5.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-orm/5.2.0.RELEASE/spring-orm-5.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework:spring-test:5.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-test/5.2.0.RELEASE/spring-test-5.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-test/5.2.0.RELEASE/spring-test-5.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-test/5.2.0.RELEASE/spring-test-5.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework:spring-tx:5.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-tx/5.2.0.RELEASE/spring-tx-5.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-tx/5.2.0.RELEASE/spring-tx-5.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-tx/5.2.0.RELEASE/spring-tx-5.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework:spring-web:5.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-web/5.2.0.RELEASE/spring-web-5.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-web/5.2.0.RELEASE/spring-web-5.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-web/5.2.0.RELEASE/spring-web-5.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.springframework:spring-webmvc:5.2.0.RELEASE"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-webmvc/5.2.0.RELEASE/spring-webmvc-5.2.0.RELEASE.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-webmvc/5.2.0.RELEASE/spring-webmvc-5.2.0.RELEASE-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-webmvc/5.2.0.RELEASE/spring-webmvc-5.2.0.RELEASE-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.xmlunit:xmlunit-core:2.6.3"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/xmlunit/xmlunit-core/2.6.3/xmlunit-core-2.6.3.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/xmlunit/xmlunit-core/2.6.3/xmlunit-core-2.6.3-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/xmlunit/xmlunit-core/2.6.3/xmlunit-core-2.6.3-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <component name="libraryTable"> | |
| <library name="Maven: org.yaml:snakeyaml:1.25"> | |
| <CLASSES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/yaml/snakeyaml/1.25/snakeyaml-1.25-javadoc.jar!/" /> | |
| </JAVADOC> | |
| <SOURCES> | |
| <root url="jar://$MAVEN_REPOSITORY$/org/yaml/snakeyaml/1.25/snakeyaml-1.25-sources.jar!/" /> | |
| </SOURCES> | |
| </library> | |
| </component> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="MavenProjectsManager"> | |
| <option name="originalFiles"> | |
| <list> | |
| <option value="$PROJECT_DIR$/pom.xml" /> | |
| </list> | |
| </option> | |
| </component> | |
| <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | |
| <output url="file://$PROJECT_DIR$/out" /> | |
| </component> | |
| </project> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="ProjectModuleManager"> | |
| <modules> | |
| <module fileurl="file://$PROJECT_DIR$/member-api.iml" filepath="$PROJECT_DIR$/member-api.iml" /> | |
| </modules> | |
| </component> | |
| </project> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="ChangeListManager"> | |
| <list default="true" id="6cafd97e-6bf2-4b17-8a62-1945397c63c8" name="Default Changelist" comment="" /> | |
| <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> | |
| <option name="SHOW_DIALOG" value="false" /> | |
| <option name="HIGHLIGHT_CONFLICTS" value="true" /> | |
| <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> | |
| <option name="LAST_RESOLUTION" value="IGNORE" /> | |
| </component> | |
| <component name="DatabaseView"> | |
| <option name="SHOW_INTERMEDIATE" value="true" /> | |
| <option name="GROUP_DATA_SOURCES" value="true" /> | |
| <option name="GROUP_SCHEMA" value="true" /> | |
| <option name="GROUP_CONTENTS" value="false" /> | |
| <option name="SORT_POSITIONED" value="false" /> | |
| <option name="SHOW_EMPTY_GROUPS" value="false" /> | |
| <option name="AUTO_SCROLL_FROM_SOURCE" value="false" /> | |
| <option name="HIDDEN_KINDS"> | |
| <set /> | |
| </option> | |
| <expand> | |
| <path> | |
| <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" /> | |
| <item name="MySQL - jdbc:mysql://localhost:3306/codelab_db?serverTimezone=Asia/Seoul" type="feb32156:DbDataSourceImpl" /> | |
| </path> | |
| <path> | |
| <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" /> | |
| <item name="MySQL - jdbc:mysql://localhost:3306/codelab_db?serverTimezone=Asia/Seoul" type="feb32156:DbDataSourceImpl" /> | |
| <item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" /> | |
| </path> | |
| <path> | |
| <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" /> | |
| <item name="MySQL - jdbc:mysql://localhost:3306/codelab_db?serverTimezone=Asia/Seoul" type="feb32156:DbDataSourceImpl" /> | |
| <item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" /> | |
| <item name="codelab_db: schema" type="76f4a085:MysqlImplModel$Schema" /> | |
| </path> | |
| <path> | |
| <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" /> | |
| <item name="MySQL - jdbc:mysql://localhost:3306/codelab_db?serverTimezone=Asia/Seoul" type="feb32156:DbDataSourceImpl" /> | |
| <item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" /> | |
| <item name="codelab_db: schema" type="76f4a085:MysqlImplModel$Schema" /> | |
| <item name="department: table" type="285a2a93:MysqlImplModel$Table" /> | |
| </path> | |
| <path> | |
| <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" /> | |
| <item name="MySQL - jdbc:mysql://localhost:3306/codelab_db?serverTimezone=Asia/Seoul" type="feb32156:DbDataSourceImpl" /> | |
| <item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" /> | |
| <item name="codelab_db: schema" type="76f4a085:MysqlImplModel$Schema" /> | |
| <item name="member: table" type="285a2a93:MysqlImplModel$Table" /> | |
| </path> | |
| </expand> | |
| <select /> | |
| </component> | |
| <component name="FileTemplateManagerImpl"> | |
| <option name="RECENT_TEMPLATES"> | |
| <list> | |
| <option value="Interface" /> | |
| <option value="Class" /> | |
| </list> | |
| </option> | |
| </component> | |
| <component name="MavenImportPreferences"> | |
| <option name="importingSettings"> | |
| <MavenImportingSettings> | |
| <option name="importAutomatically" value="true" /> | |
| </MavenImportingSettings> | |
| </option> | |
| </component> | |
| <component name="ProjectId" id="1SikzjqTsJHMQs92MBMaSBEPV3z" /> | |
| <component name="PropertiesComponent"> | |
| <property name="DatabaseDriversLRU" value="mysql" /> | |
| <property name="RequestMappingsPanelOrder0" value="0" /> | |
| <property name="RequestMappingsPanelOrder1" value="1" /> | |
| <property name="RequestMappingsPanelWidth0" value="75" /> | |
| <property name="RequestMappingsPanelWidth1" value="75" /> | |
| <property name="WebServerToolWindowFactoryState" value="false" /> | |
| <property name="aspect.path.notification.shown" value="true" /> | |
| <property name="node.js.detected.package.eslint" value="true" /> | |
| <property name="node.js.detected.package.tslint" value="true" /> | |
| <property name="node.js.path.for.package.eslint" value="project" /> | |
| <property name="node.js.path.for.package.tslint" value="project" /> | |
| <property name="node.js.selected.package.eslint" value="(autodetect)" /> | |
| <property name="node.js.selected.package.tslint" value="(autodetect)" /> | |
| <property name="settings.editor.selected.configurable" value="editor.preferences.fonts.default" /> | |
| </component> | |
| <component name="RunDashboard"> | |
| <option name="ruleStates"> | |
| <list> | |
| <RuleState> | |
| <option name="name" value="ConfigurationTypeDashboardGroupingRule" /> | |
| </RuleState> | |
| <RuleState> | |
| <option name="name" value="StatusDashboardGroupingRule" /> | |
| </RuleState> | |
| </list> | |
| </option> | |
| </component> | |
| <component name="RunManager" selected="JUnit.ino.codelabs.member in member-api"> | |
| <configuration name="ino.codelabs.member in member-api" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true"> | |
| <module name="member-api" /> | |
| <extension name="coverage"> | |
| <pattern> | |
| <option name="PATTERN" value="ino.codelabs.member.*" /> | |
| <option name="ENABLED" value="true" /> | |
| </pattern> | |
| </extension> | |
| <option name="PACKAGE_NAME" value="ino.codelabs.member" /> | |
| <option name="TEST_OBJECT" value="package" /> | |
| <method v="2"> | |
| <option name="Make" enabled="true" /> | |
| </method> | |
| </configuration> | |
| <configuration name="MemberApiApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot"> | |
| <module name="member-api" /> | |
| <option name="SPRING_BOOT_MAIN_CLASS" value="ino.codelabs.member.MemberApiApplication" /> | |
| <method v="2"> | |
| <option name="Make" enabled="true" /> | |
| </method> | |
| </configuration> | |
| <recent_temporary> | |
| <list> | |
| <item itemvalue="JUnit.ino.codelabs.member in member-api" /> | |
| </list> | |
| </recent_temporary> | |
| </component> | |
| <component name="ServiceViewManager"> | |
| <option name="allServicesViewState"> | |
| <serviceView> | |
| <treeState> | |
| <expand> | |
| <path> | |
| <item name="services root" type="e789fda9:ObjectUtils$Sentinel" /> | |
| <item name="com.intellij.execution.services.ServiceModel$ServiceGroupNode@f2bb3f09" type="7427dc5b:ServiceModel$ServiceGroupNode" /> | |
| </path> | |
| <path> | |
| <item name="services root" type="e789fda9:ObjectUtils$Sentinel" /> | |
| <item name="com.intellij.execution.services.ServiceModel$ServiceGroupNode@f2bb3f09" type="7427dc5b:ServiceModel$ServiceGroupNode" /> | |
| <item name="com.intellij.execution.services.ServiceModel$ServiceNode@186803e6" type="9fbbdea:ServiceModel$ServiceNode" /> | |
| </path> | |
| </expand> | |
| <select /> | |
| </treeState> | |
| </serviceView> | |
| </option> | |
| </component> | |
| <component name="SvnConfiguration"> | |
| <configuration /> | |
| </component> | |
| <component name="TaskManager"> | |
| <task active="true" id="Default" summary="Default task"> | |
| <changelist id="6cafd97e-6bf2-4b17-8a62-1945397c63c8" name="Default Changelist" comment="" /> | |
| <created>1572054067530</created> | |
| <option name="number" value="Default" /> | |
| <option name="presentableId" value="Default" /> | |
| <updated>1572054067530</updated> | |
| <workItem from="1572054070894" duration="3171000" /> | |
| <workItem from="1572057507577" duration="12135000" /> | |
| </task> | |
| <servers /> | |
| </component> | |
| <component name="TypeScriptGeneratedFilesManager"> | |
| <option name="version" value="1" /> | |
| </component> | |
| </project> |
| distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.0/apache-maven-3.6.0-bin.zip |
| /* | |
| Licensed to the Apache Software Foundation (ASF) under one | |
| or more contributor license agreements. See the NOTICE file | |
| distributed with this work for additional information | |
| regarding copyright ownership. The ASF licenses this file | |
| to you under the Apache License, Version 2.0 (the | |
| "License"); you may not use this file except in compliance | |
| with the License. You may obtain a copy of the License at | |
| https://www.apache.org/licenses/LICENSE-2.0 | |
| Unless required by applicable law or agreed to in writing, | |
| software distributed under the License is distributed on an | |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | |
| KIND, either express or implied. See the License for the | |
| specific language governing permissions and limitations | |
| under the License. | |
| */ | |
| import java.io.File; | |
| import java.io.FileInputStream; | |
| import java.io.FileOutputStream; | |
| import java.io.IOException; | |
| import java.net.URL; | |
| import java.nio.channels.Channels; | |
| import java.nio.channels.ReadableByteChannel; | |
| import java.util.Properties; | |
| public class MavenWrapperDownloader { | |
| /** | |
| * Default URL to download the maven-wrapper.jar from, if no 'downloadUrl' is provided. | |
| */ | |
| private static final String DEFAULT_DOWNLOAD_URL = | |
| "https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.4.2/maven-wrapper-0.4.2.jar"; | |
| /** | |
| * Path to the maven-wrapper.properties file, which might contain a downloadUrl property to | |
| * use instead of the default one. | |
| */ | |
| private static final String MAVEN_WRAPPER_PROPERTIES_PATH = | |
| ".mvn/wrapper/maven-wrapper.properties"; | |
| /** | |
| * Path where the maven-wrapper.jar will be saved to. | |
| */ | |
| private static final String MAVEN_WRAPPER_JAR_PATH = | |
| ".mvn/wrapper/maven-wrapper.jar"; | |
| /** | |
| * Name of the property which should be used to override the default download url for the wrapper. | |
| */ | |
| private static final String PROPERTY_NAME_WRAPPER_URL = "wrapperUrl"; | |
| public static void main(String args[]) { | |
| System.out.println("- Downloader started"); | |
| File baseDirectory = new File(args[0]); | |
| System.out.println("- Using base directory: " + baseDirectory.getAbsolutePath()); | |
| // If the maven-wrapper.properties exists, read it and check if it contains a custom | |
| // wrapperUrl parameter. | |
| File mavenWrapperPropertyFile = new File(baseDirectory, MAVEN_WRAPPER_PROPERTIES_PATH); | |
| String url = DEFAULT_DOWNLOAD_URL; | |
| if (mavenWrapperPropertyFile.exists()) { | |
| FileInputStream mavenWrapperPropertyFileInputStream = null; | |
| try { | |
| mavenWrapperPropertyFileInputStream = new FileInputStream(mavenWrapperPropertyFile); | |
| Properties mavenWrapperProperties = new Properties(); | |
| mavenWrapperProperties.load(mavenWrapperPropertyFileInputStream); | |
| url = mavenWrapperProperties.getProperty(PROPERTY_NAME_WRAPPER_URL, url); | |
| } catch (IOException e) { | |
| System.out.println("- ERROR loading '" + MAVEN_WRAPPER_PROPERTIES_PATH + "'"); | |
| } finally { | |
| try { | |
| if (mavenWrapperPropertyFileInputStream != null) { | |
| mavenWrapperPropertyFileInputStream.close(); | |
| } | |
| } catch (IOException e) { | |
| // Ignore ... | |
| } | |
| } | |
| } | |
| System.out.println("- Downloading from: : " + url); | |
| File outputFile = new File(baseDirectory.getAbsolutePath(), MAVEN_WRAPPER_JAR_PATH); | |
| if (!outputFile.getParentFile().exists()) { | |
| if (!outputFile.getParentFile().mkdirs()) { | |
| System.out.println( | |
| "- ERROR creating output direcrory '" + outputFile.getParentFile().getAbsolutePath() + "'"); | |
| } | |
| } | |
| System.out.println("- Downloading to: " + outputFile.getAbsolutePath()); | |
| try { | |
| downloadFileFromURL(url, outputFile); | |
| System.out.println("Done"); | |
| System.exit(0); | |
| } catch (Throwable e) { | |
| System.out.println("- Error downloading"); | |
| e.printStackTrace(); | |
| System.exit(1); | |
| } | |
| } | |
| private static void downloadFileFromURL(String urlString, File destination) throws Exception { | |
| URL website = new URL(urlString); | |
| ReadableByteChannel rbc; | |
| rbc = Channels.newChannel(website.openStream()); | |
| FileOutputStream fos = new FileOutputStream(destination); | |
| fos.getChannel().transferFrom(rbc, 0, Long.MAX_VALUE); | |
| fos.close(); | |
| rbc.close(); | |
| } | |
| } |
For further reference, please consider the following sections:
The following guides illustrate how to use some features concretely:
| <?xml version="1.0" encoding="UTF-8"?> | |
| <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> | |
| <component name="FacetManager"> | |
| <facet type="Spring" name="Spring"> | |
| <configuration /> | |
| </facet> | |
| <facet type="web" name="Web"> | |
| <configuration> | |
| <webroots /> | |
| <sourceRoots> | |
| <root url="file://$MODULE_DIR$/src/main/java" /> | |
| <root url="file://$MODULE_DIR$/src/main/resources" /> | |
| </sourceRoots> | |
| </configuration> | |
| </facet> | |
| </component> | |
| <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8"> | |
| <output url="file://$MODULE_DIR$/target/classes" /> | |
| <output-test url="file://$MODULE_DIR$/target/test-classes" /> | |
| <content url="file://$MODULE_DIR$"> | |
| <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> | |
| <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" /> | |
| <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" /> | |
| <excludeFolder url="file://$MODULE_DIR$/target" /> | |
| </content> | |
| <orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" /> | |
| <orderEntry type="sourceFolder" forTests="false" /> | |
| <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-data-jpa:2.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-aop:2.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework:spring-aop:5.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.aspectj:aspectjweaver:1.9.4" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-jdbc:2.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: com.zaxxer:HikariCP:3.4.1" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework:spring-jdbc:5.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: jakarta.activation:jakarta.activation-api:1.2.1" level="project" /> | |
| <orderEntry type="library" name="Maven: jakarta.persistence:jakarta.persistence-api:2.2.3" level="project" /> | |
| <orderEntry type="library" name="Maven: jakarta.transaction:jakarta.transaction-api:1.3.3" level="project" /> | |
| <orderEntry type="library" name="Maven: org.hibernate:hibernate-core:5.4.6.Final" level="project" /> | |
| <orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging:3.4.1.Final" level="project" /> | |
| <orderEntry type="library" name="Maven: org.javassist:javassist:3.24.0-GA" level="project" /> | |
| <orderEntry type="library" name="Maven: net.bytebuddy:byte-buddy:1.10.1" level="project" /> | |
| <orderEntry type="library" name="Maven: antlr:antlr:2.7.7" level="project" /> | |
| <orderEntry type="library" name="Maven: org.jboss:jandex:2.0.5.Final" level="project" /> | |
| <orderEntry type="library" name="Maven: org.dom4j:dom4j:2.1.1" level="project" /> | |
| <orderEntry type="library" name="Maven: org.hibernate.common:hibernate-commons-annotations:5.1.0.Final" level="project" /> | |
| <orderEntry type="library" name="Maven: org.glassfish.jaxb:jaxb-runtime:2.3.2" level="project" /> | |
| <orderEntry type="library" name="Maven: org.glassfish.jaxb:txw2:2.3.2" level="project" /> | |
| <orderEntry type="library" name="Maven: com.sun.istack:istack-commons-runtime:3.0.8" level="project" /> | |
| <orderEntry type="library" name="Maven: org.jvnet.staxex:stax-ex:1.8.1" level="project" /> | |
| <orderEntry type="library" name="Maven: com.sun.xml.fastinfoset:FastInfoset:1.2.16" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.data:spring-data-jpa:2.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.data:spring-data-commons:2.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework:spring-orm:5.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework:spring-context:5.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework:spring-tx:5.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework:spring-beans:5.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework:spring-aspects:5.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-web:2.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:2.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:2.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-autoconfigure:2.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-logging:2.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.2.3" level="project" /> | |
| <orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.2.3" level="project" /> | |
| <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-to-slf4j:2.12.1" level="project" /> | |
| <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-api:2.12.1" level="project" /> | |
| <orderEntry type="library" name="Maven: org.slf4j:jul-to-slf4j:1.7.28" level="project" /> | |
| <orderEntry type="library" name="Maven: jakarta.annotation:jakarta.annotation-api:1.3.5" level="project" /> | |
| <orderEntry type="library" scope="RUNTIME" name="Maven: org.yaml:snakeyaml:1.25" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-json:2.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.10.0" level="project" /> | |
| <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.10.0" level="project" /> | |
| <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.10.0" level="project" /> | |
| <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.0" level="project" /> | |
| <orderEntry type="library" name="Maven: com.fasterxml.jackson.module:jackson-module-parameter-names:2.10.0" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-tomcat:2.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-core:9.0.27" level="project" /> | |
| <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-el:9.0.27" level="project" /> | |
| <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-websocket:9.0.27" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-validation:2.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: jakarta.validation:jakarta.validation-api:2.0.1" level="project" /> | |
| <orderEntry type="library" name="Maven: org.hibernate.validator:hibernate-validator:6.0.17.Final" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework:spring-web:5.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework:spring-webmvc:5.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework:spring-expression:5.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-starter-oauth2:2.1.4.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.1.2.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.10.0" level="project" /> | |
| <orderEntry type="library" name="Maven: com.sun.xml.bind:jaxb-core:2.3.0.1" level="project" /> | |
| <orderEntry type="library" name="Maven: com.sun.xml.bind:jaxb-impl:2.3.0.1" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.security.oauth:spring-security-oauth2:2.3.4.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.security:spring-security-core:5.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.security:spring-security-config:5.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.security:spring-security-web:5.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: commons-codec:commons-codec:1.13" level="project" /> | |
| <orderEntry type="library" name="Maven: org.codehaus.jackson:jackson-mapper-asl:1.9.13" level="project" /> | |
| <orderEntry type="library" name="Maven: org.codehaus.jackson:jackson-core-asl:1.9.13" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.security:spring-security-jwt:1.0.9.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.bouncycastle:bcpkix-jdk15on:1.56" level="project" /> | |
| <orderEntry type="library" name="Maven: org.bouncycastle:bcprov-jdk15on:1.56" level="project" /> | |
| <orderEntry type="library" name="Maven: javax.activation:javax.activation-api:1.2.0" level="project" /> | |
| <orderEntry type="library" name="Maven: javax.xml.bind:jaxb-api:2.3.1" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-starter-security:2.1.4.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-starter:2.1.3.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-context:2.1.3.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.security:spring-security-crypto:5.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-commons:2.1.3.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.security:spring-security-rsa:1.0.7.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-actuator:2.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-actuator-autoconfigure:2.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-actuator:2.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: io.micrometer:micrometer-core:1.3.0" level="project" /> | |
| <orderEntry type="library" name="Maven: org.hdrhistogram:HdrHistogram:2.1.11" level="project" /> | |
| <orderEntry type="library" name="Maven: org.latencyutils:LatencyUtils:2.0.3" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-security:2.1.4.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-security:2.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" scope="RUNTIME" name="Maven: mysql:mysql-connector-java:8.0.18" level="project" /> | |
| <orderEntry type="library" name="Maven: org.projectlombok:lombok:1.18.10" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-starter-test:2.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test:2.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test-autoconfigure:2.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: com.jayway.jsonpath:json-path:2.4.0" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: net.minidev:json-smart:2.3" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: net.minidev:accessors-smart:1.2" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: org.ow2.asm:asm:5.0.4" level="project" /> | |
| <orderEntry type="library" name="Maven: jakarta.xml.bind:jakarta.xml.bind-api:2.3.2" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter:5.5.2" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-api:5.5.2" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: org.apiguardian:apiguardian-api:1.1.0" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: org.opentest4j:opentest4j:1.2.0" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: org.junit.platform:junit-platform-commons:1.5.2" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-params:5.5.2" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-engine:5.5.2" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: org.junit.platform:junit-platform-engine:1.5.2" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: org.mockito:mockito-junit-jupiter:3.1.0" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: org.assertj:assertj-core:3.13.2" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest:2.1" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: org.mockito:mockito-core:3.1.0" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: net.bytebuddy:byte-buddy-agent:1.10.1" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: org.objenesis:objenesis:2.6" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: org.skyscreamer:jsonassert:1.5.0" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: com.vaadin.external.google:android-json:0.0.20131108.vaadin1" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework:spring-core:5.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework:spring-jcl:5.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: org.springframework:spring-test:5.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" scope="TEST" name="Maven: org.xmlunit:xmlunit-core:2.6.3" level="project" /> | |
| <orderEntry type="library" name="Maven: io.springfox:springfox-swagger2:2.9.2" level="project" /> | |
| <orderEntry type="library" name="Maven: io.swagger:swagger-annotations:1.5.20" level="project" /> | |
| <orderEntry type="library" name="Maven: io.swagger:swagger-models:1.5.20" level="project" /> | |
| <orderEntry type="library" name="Maven: io.springfox:springfox-spi:2.9.2" level="project" /> | |
| <orderEntry type="library" name="Maven: io.springfox:springfox-core:2.9.2" level="project" /> | |
| <orderEntry type="library" name="Maven: io.springfox:springfox-schema:2.9.2" level="project" /> | |
| <orderEntry type="library" name="Maven: io.springfox:springfox-swagger-common:2.9.2" level="project" /> | |
| <orderEntry type="library" name="Maven: io.springfox:springfox-spring-web:2.9.2" level="project" /> | |
| <orderEntry type="library" name="Maven: com.google.guava:guava:20.0" level="project" /> | |
| <orderEntry type="library" name="Maven: com.fasterxml:classmate:1.5.0" level="project" /> | |
| <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.28" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE" level="project" /> | |
| <orderEntry type="library" name="Maven: org.mapstruct:mapstruct:1.2.0.Final" level="project" /> | |
| <orderEntry type="library" name="Maven: io.springfox:springfox-swagger-ui:2.9.2" level="project" /> | |
| </component> | |
| </module> |
| #!/bin/sh | |
| # ---------------------------------------------------------------------------- | |
| # Licensed to the Apache Software Foundation (ASF) under one | |
| # or more contributor license agreements. See the NOTICE file | |
| # distributed with this work for additional information | |
| # regarding copyright ownership. The ASF licenses this file | |
| # to you under the Apache License, Version 2.0 (the | |
| # "License"); you may not use this file except in compliance | |
| # with the License. You may obtain a copy of the License at | |
| # | |
| # https://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, | |
| # software distributed under the License is distributed on an | |
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | |
| # KIND, either express or implied. See the License for the | |
| # specific language governing permissions and limitations | |
| # under the License. | |
| # ---------------------------------------------------------------------------- | |
| # ---------------------------------------------------------------------------- | |
| # Maven2 Start Up Batch script | |
| # | |
| # Required ENV vars: | |
| # ------------------ | |
| # JAVA_HOME - location of a JDK home dir | |
| # | |
| # Optional ENV vars | |
| # ----------------- | |
| # M2_HOME - location of maven2's installed home dir | |
| # MAVEN_OPTS - parameters passed to the Java VM when running Maven | |
| # e.g. to debug Maven itself, use | |
| # set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 | |
| # MAVEN_SKIP_RC - flag to disable loading of mavenrc files | |
| # ---------------------------------------------------------------------------- | |
| if [ -z "$MAVEN_SKIP_RC" ] ; then | |
| if [ -f /etc/mavenrc ] ; then | |
| . /etc/mavenrc | |
| fi | |
| if [ -f "$HOME/.mavenrc" ] ; then | |
| . "$HOME/.mavenrc" | |
| fi | |
| fi | |
| # OS specific support. $var _must_ be set to either true or false. | |
| cygwin=false; | |
| darwin=false; | |
| mingw=false | |
| case "`uname`" in | |
| CYGWIN*) cygwin=true ;; | |
| MINGW*) mingw=true;; | |
| Darwin*) darwin=true | |
| # Use /usr/libexec/java_home if available, otherwise fall back to /Library/Java/Home | |
| # See https://developer.apple.com/library/mac/qa/qa1170/_index.html | |
| if [ -z "$JAVA_HOME" ]; then | |
| if [ -x "/usr/libexec/java_home" ]; then | |
| export JAVA_HOME="`/usr/libexec/java_home`" | |
| else | |
| export JAVA_HOME="/Library/Java/Home" | |
| fi | |
| fi | |
| ;; | |
| esac | |
| if [ -z "$JAVA_HOME" ] ; then | |
| if [ -r /etc/gentoo-release ] ; then | |
| JAVA_HOME=`java-config --jre-home` | |
| fi | |
| fi | |
| if [ -z "$M2_HOME" ] ; then | |
| ## resolve links - $0 may be a link to maven's home | |
| PRG="$0" | |
| # need this for relative symlinks | |
| while [ -h "$PRG" ] ; do | |
| ls=`ls -ld "$PRG"` | |
| link=`expr "$ls" : '.*-> \(.*\)$'` | |
| if expr "$link" : '/.*' > /dev/null; then | |
| PRG="$link" | |
| else | |
| PRG="`dirname "$PRG"`/$link" | |
| fi | |
| done | |
| saveddir=`pwd` | |
| M2_HOME=`dirname "$PRG"`/.. | |
| # make it fully qualified | |
| M2_HOME=`cd "$M2_HOME" && pwd` | |
| cd "$saveddir" | |
| # echo Using m2 at $M2_HOME | |
| fi | |
| # For Cygwin, ensure paths are in UNIX format before anything is touched | |
| if $cygwin ; then | |
| [ -n "$M2_HOME" ] && | |
| M2_HOME=`cygpath --unix "$M2_HOME"` | |
| [ -n "$JAVA_HOME" ] && | |
| JAVA_HOME=`cygpath --unix "$JAVA_HOME"` | |
| [ -n "$CLASSPATH" ] && | |
| CLASSPATH=`cygpath --path --unix "$CLASSPATH"` | |
| fi | |
| # For Mingw, ensure paths are in UNIX format before anything is touched | |
| if $mingw ; then | |
| [ -n "$M2_HOME" ] && | |
| M2_HOME="`(cd "$M2_HOME"; pwd)`" | |
| [ -n "$JAVA_HOME" ] && | |
| JAVA_HOME="`(cd "$JAVA_HOME"; pwd)`" | |
| # TODO classpath? | |
| fi | |
| if [ -z "$JAVA_HOME" ]; then | |
| javaExecutable="`which javac`" | |
| if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then | |
| # readlink(1) is not available as standard on Solaris 10. | |
| readLink=`which readlink` | |
| if [ ! `expr "$readLink" : '\([^ ]*\)'` = "no" ]; then | |
| if $darwin ; then | |
| javaHome="`dirname \"$javaExecutable\"`" | |
| javaExecutable="`cd \"$javaHome\" && pwd -P`/javac" | |
| else | |
| javaExecutable="`readlink -f \"$javaExecutable\"`" | |
| fi | |
| javaHome="`dirname \"$javaExecutable\"`" | |
| javaHome=`expr "$javaHome" : '\(.*\)/bin'` | |
| JAVA_HOME="$javaHome" | |
| export JAVA_HOME | |
| fi | |
| fi | |
| fi | |
| if [ -z "$JAVACMD" ] ; then | |
| if [ -n "$JAVA_HOME" ] ; then | |
| if [ -x "$JAVA_HOME/jre/sh/java" ] ; then | |
| # IBM's JDK on AIX uses strange locations for the executables | |
| JAVACMD="$JAVA_HOME/jre/sh/java" | |
| else | |
| JAVACMD="$JAVA_HOME/bin/java" | |
| fi | |
| else | |
| JAVACMD="`which java`" | |
| fi | |
| fi | |
| if [ ! -x "$JAVACMD" ] ; then | |
| echo "Error: JAVA_HOME is not defined correctly." >&2 | |
| echo " We cannot execute $JAVACMD" >&2 | |
| exit 1 | |
| fi | |
| if [ -z "$JAVA_HOME" ] ; then | |
| echo "Warning: JAVA_HOME environment variable is not set." | |
| fi | |
| CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher | |
| # traverses directory structure from process work directory to filesystem root | |
| # first directory with .mvn subdirectory is considered project base directory | |
| find_maven_basedir() { | |
| if [ -z "$1" ] | |
| then | |
| echo "Path not specified to find_maven_basedir" | |
| return 1 | |
| fi | |
| basedir="$1" | |
| wdir="$1" | |
| while [ "$wdir" != '/' ] ; do | |
| if [ -d "$wdir"/.mvn ] ; then | |
| basedir=$wdir | |
| break | |
| fi | |
| # workaround for JBEAP-8937 (on Solaris 10/Sparc) | |
| if [ -d "${wdir}" ]; then | |
| wdir=`cd "$wdir/.."; pwd` | |
| fi | |
| # end of workaround | |
| done | |
| echo "${basedir}" | |
| } | |
| # concatenates all lines of a file | |
| concat_lines() { | |
| if [ -f "$1" ]; then | |
| echo "$(tr -s '\n' ' ' < "$1")" | |
| fi | |
| } | |
| BASE_DIR=`find_maven_basedir "$(pwd)"` | |
| if [ -z "$BASE_DIR" ]; then | |
| exit 1; | |
| fi | |
| ########################################################################################## | |
| # Extension to allow automatically downloading the maven-wrapper.jar from Maven-central | |
| # This allows using the maven wrapper in projects that prohibit checking in binary data. | |
| ########################################################################################## | |
| if [ -r "$BASE_DIR/.mvn/wrapper/maven-wrapper.jar" ]; then | |
| if [ "$MVNW_VERBOSE" = true ]; then | |
| echo "Found .mvn/wrapper/maven-wrapper.jar" | |
| fi | |
| else | |
| if [ "$MVNW_VERBOSE" = true ]; then | |
| echo "Couldn't find .mvn/wrapper/maven-wrapper.jar, downloading it ..." | |
| fi | |
| jarUrl="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.4.2/maven-wrapper-0.4.2.jar" | |
| while IFS="=" read key value; do | |
| case "$key" in (wrapperUrl) jarUrl="$value"; break ;; | |
| esac | |
| done < "$BASE_DIR/.mvn/wrapper/maven-wrapper.properties" | |
| if [ "$MVNW_VERBOSE" = true ]; then | |
| echo "Downloading from: $jarUrl" | |
| fi | |
| wrapperJarPath="$BASE_DIR/.mvn/wrapper/maven-wrapper.jar" | |
| if command -v wget > /dev/null; then | |
| if [ "$MVNW_VERBOSE" = true ]; then | |
| echo "Found wget ... using wget" | |
| fi | |
| wget "$jarUrl" -O "$wrapperJarPath" | |
| elif command -v curl > /dev/null; then | |
| if [ "$MVNW_VERBOSE" = true ]; then | |
| echo "Found curl ... using curl" | |
| fi | |
| curl -o "$wrapperJarPath" "$jarUrl" | |
| else | |
| if [ "$MVNW_VERBOSE" = true ]; then | |
| echo "Falling back to using Java to download" | |
| fi | |
| javaClass="$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.java" | |
| if [ -e "$javaClass" ]; then | |
| if [ ! -e "$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.class" ]; then | |
| if [ "$MVNW_VERBOSE" = true ]; then | |
| echo " - Compiling MavenWrapperDownloader.java ..." | |
| fi | |
| # Compiling the Java class | |
| ("$JAVA_HOME/bin/javac" "$javaClass") | |
| fi | |
| if [ -e "$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.class" ]; then | |
| # Running the downloader | |
| if [ "$MVNW_VERBOSE" = true ]; then | |
| echo " - Running MavenWrapperDownloader.java ..." | |
| fi | |
| ("$JAVA_HOME/bin/java" -cp .mvn/wrapper MavenWrapperDownloader "$MAVEN_PROJECTBASEDIR") | |
| fi | |
| fi | |
| fi | |
| fi | |
| ########################################################################################## | |
| # End of extension | |
| ########################################################################################## | |
| export MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:-"$BASE_DIR"} | |
| if [ "$MVNW_VERBOSE" = true ]; then | |
| echo $MAVEN_PROJECTBASEDIR | |
| fi | |
| MAVEN_OPTS="$(concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config") $MAVEN_OPTS" | |
| # For Cygwin, switch paths to Windows format before running java | |
| if $cygwin; then | |
| [ -n "$M2_HOME" ] && | |
| M2_HOME=`cygpath --path --windows "$M2_HOME"` | |
| [ -n "$JAVA_HOME" ] && | |
| JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` | |
| [ -n "$CLASSPATH" ] && | |
| CLASSPATH=`cygpath --path --windows "$CLASSPATH"` | |
| [ -n "$MAVEN_PROJECTBASEDIR" ] && | |
| MAVEN_PROJECTBASEDIR=`cygpath --path --windows "$MAVEN_PROJECTBASEDIR"` | |
| fi | |
| WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain | |
| exec "$JAVACMD" \ | |
| $MAVEN_OPTS \ | |
| -classpath "$MAVEN_PROJECTBASEDIR/.mvn/wrapper/maven-wrapper.jar" \ | |
| "-Dmaven.home=${M2_HOME}" "-Dmaven.multiModuleProjectDirectory=${MAVEN_PROJECTBASEDIR}" \ | |
| ${WRAPPER_LAUNCHER} $MAVEN_CONFIG "$@" |
| @REM ---------------------------------------------------------------------------- | |
| @REM Licensed to the Apache Software Foundation (ASF) under one | |
| @REM or more contributor license agreements. See the NOTICE file | |
| @REM distributed with this work for additional information | |
| @REM regarding copyright ownership. The ASF licenses this file | |
| @REM to you under the Apache License, Version 2.0 (the | |
| @REM "License"); you may not use this file except in compliance | |
| @REM with the License. You may obtain a copy of the License at | |
| @REM | |
| @REM https://www.apache.org/licenses/LICENSE-2.0 | |
| @REM | |
| @REM Unless required by applicable law or agreed to in writing, | |
| @REM software distributed under the License is distributed on an | |
| @REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | |
| @REM KIND, either express or implied. See the License for the | |
| @REM specific language governing permissions and limitations | |
| @REM under the License. | |
| @REM ---------------------------------------------------------------------------- | |
| @REM ---------------------------------------------------------------------------- | |
| @REM Maven2 Start Up Batch script | |
| @REM | |
| @REM Required ENV vars: | |
| @REM JAVA_HOME - location of a JDK home dir | |
| @REM | |
| @REM Optional ENV vars | |
| @REM M2_HOME - location of maven2's installed home dir | |
| @REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands | |
| @REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending | |
| @REM MAVEN_OPTS - parameters passed to the Java VM when running Maven | |
| @REM e.g. to debug Maven itself, use | |
| @REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 | |
| @REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files | |
| @REM ---------------------------------------------------------------------------- | |
| @REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on' | |
| @echo off | |
| @REM set title of command window | |
| title %0 | |
| @REM enable echoing my setting MAVEN_BATCH_ECHO to 'on' | |
| @if "%MAVEN_BATCH_ECHO%" == "on" echo %MAVEN_BATCH_ECHO% | |
| @REM set %HOME% to equivalent of $HOME | |
| if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%") | |
| @REM Execute a user defined script before this one | |
| if not "%MAVEN_SKIP_RC%" == "" goto skipRcPre | |
| @REM check for pre script, once with legacy .bat ending and once with .cmd ending | |
| if exist "%HOME%\mavenrc_pre.bat" call "%HOME%\mavenrc_pre.bat" | |
| if exist "%HOME%\mavenrc_pre.cmd" call "%HOME%\mavenrc_pre.cmd" | |
| :skipRcPre | |
| @setlocal | |
| set ERROR_CODE=0 | |
| @REM To isolate internal variables from possible post scripts, we use another setlocal | |
| @setlocal | |
| @REM ==== START VALIDATION ==== | |
| if not "%JAVA_HOME%" == "" goto OkJHome | |
| echo. | |
| echo Error: JAVA_HOME not found in your environment. >&2 | |
| echo Please set the JAVA_HOME variable in your environment to match the >&2 | |
| echo location of your Java installation. >&2 | |
| echo. | |
| goto error | |
| :OkJHome | |
| if exist "%JAVA_HOME%\bin\java.exe" goto init | |
| echo. | |
| echo Error: JAVA_HOME is set to an invalid directory. >&2 | |
| echo JAVA_HOME = "%JAVA_HOME%" >&2 | |
| echo Please set the JAVA_HOME variable in your environment to match the >&2 | |
| echo location of your Java installation. >&2 | |
| echo. | |
| goto error | |
| @REM ==== END VALIDATION ==== | |
| :init | |
| @REM Find the project base dir, i.e. the directory that contains the folder ".mvn". | |
| @REM Fallback to current working directory if not found. | |
| set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR% | |
| IF NOT "%MAVEN_PROJECTBASEDIR%"=="" goto endDetectBaseDir | |
| set EXEC_DIR=%CD% | |
| set WDIR=%EXEC_DIR% | |
| :findBaseDir | |
| IF EXIST "%WDIR%"\.mvn goto baseDirFound | |
| cd .. | |
| IF "%WDIR%"=="%CD%" goto baseDirNotFound | |
| set WDIR=%CD% | |
| goto findBaseDir | |
| :baseDirFound | |
| set MAVEN_PROJECTBASEDIR=%WDIR% | |
| cd "%EXEC_DIR%" | |
| goto endDetectBaseDir | |
| :baseDirNotFound | |
| set MAVEN_PROJECTBASEDIR=%EXEC_DIR% | |
| cd "%EXEC_DIR%" | |
| :endDetectBaseDir | |
| IF NOT EXIST "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" goto endReadAdditionalConfig | |
| @setlocal EnableExtensions EnableDelayedExpansion | |
| for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config") do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a | |
| @endlocal & set JVM_CONFIG_MAVEN_PROPS=%JVM_CONFIG_MAVEN_PROPS% | |
| :endReadAdditionalConfig | |
| SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe" | |
| set WRAPPER_JAR="%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.jar" | |
| set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain | |
| set DOWNLOAD_URL="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.4.2/maven-wrapper-0.4.2.jar" | |
| FOR /F "tokens=1,2 delims==" %%A IN (%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.properties) DO ( | |
| IF "%%A"=="wrapperUrl" SET DOWNLOAD_URL=%%B | |
| ) | |
| @REM Extension to allow automatically downloading the maven-wrapper.jar from Maven-central | |
| @REM This allows using the maven wrapper in projects that prohibit checking in binary data. | |
| if exist %WRAPPER_JAR% ( | |
| echo Found %WRAPPER_JAR% | |
| ) else ( | |
| echo Couldn't find %WRAPPER_JAR%, downloading it ... | |
| echo Downloading from: %DOWNLOAD_URL% | |
| powershell -Command "(New-Object Net.WebClient).DownloadFile('%DOWNLOAD_URL%', '%WRAPPER_JAR%')" | |
| echo Finished downloading %WRAPPER_JAR% | |
| ) | |
| @REM End of extension | |
| %MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %WRAPPER_JAR% "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" %WRAPPER_LAUNCHER% %MAVEN_CONFIG% %* | |
| if ERRORLEVEL 1 goto error | |
| goto end | |
| :error | |
| set ERROR_CODE=1 | |
| :end | |
| @endlocal & set ERROR_CODE=%ERROR_CODE% | |
| if not "%MAVEN_SKIP_RC%" == "" goto skipRcPost | |
| @REM check for post script, once with legacy .bat ending and once with .cmd ending | |
| if exist "%HOME%\mavenrc_post.bat" call "%HOME%\mavenrc_post.bat" | |
| if exist "%HOME%\mavenrc_post.cmd" call "%HOME%\mavenrc_post.cmd" | |
| :skipRcPost | |
| @REM pause the script if MAVEN_BATCH_PAUSE is set to 'on' | |
| if "%MAVEN_BATCH_PAUSE%" == "on" pause | |
| if "%MAVEN_TERMINATE_CMD%" == "on" exit %ERROR_CODE% | |
| exit /B %ERROR_CODE% |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <parent> | |
| <groupId>org.springframework.boot</groupId> | |
| <artifactId>spring-boot-starter-parent</artifactId> | |
| <version>2.2.0.RELEASE</version> | |
| <relativePath/> <!-- lookup parent from repository --> | |
| </parent> | |
| <groupId>ino.codelabs</groupId> | |
| <artifactId>member</artifactId> | |
| <version>1.0.0-SNAPSHOT</version> | |
| <name>member-api</name> | |
| <description>API project for Spring Boot</description> | |
| <properties> | |
| <java.version>1.8</java.version> | |
| <spring-cloud.version>Greenwich.SR3</spring-cloud.version> | |
| </properties> | |
| <dependencies> | |
| <dependency> | |
| <groupId>org.springframework.boot</groupId> | |
| <artifactId>spring-boot-starter-data-jpa</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.boot</groupId> | |
| <artifactId>spring-boot-starter-web</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.cloud</groupId> | |
| <artifactId>spring-cloud-starter-oauth2</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.cloud</groupId> | |
| <artifactId>spring-cloud-starter-security</artifactId> | |
| </dependency> | |
| <dependency> | |
| <groupId>mysql</groupId> | |
| <artifactId>mysql-connector-java</artifactId> | |
| <scope>runtime</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.projectlombok</groupId> | |
| <artifactId>lombok</artifactId> | |
| <optional>true</optional> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.boot</groupId> | |
| <artifactId>spring-boot-starter-test</artifactId> | |
| <scope>test</scope> | |
| <exclusions> | |
| <exclusion> | |
| <groupId>org.junit.vintage</groupId> | |
| <artifactId>junit-vintage-engine</artifactId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <!-- Swagger --> | |
| <dependency> | |
| <groupId>io.springfox</groupId> | |
| <artifactId>springfox-swagger2</artifactId> | |
| <version>2.9.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>io.springfox</groupId> | |
| <artifactId>springfox-swagger-ui</artifactId> | |
| <version>2.9.2</version> | |
| </dependency> | |
| </dependencies> | |
| <dependencyManagement> | |
| <dependencies> | |
| <dependency> | |
| <groupId>org.springframework.cloud</groupId> | |
| <artifactId>spring-cloud-dependencies</artifactId> | |
| <version>${spring-cloud.version}</version> | |
| <type>pom</type> | |
| <scope>import</scope> | |
| </dependency> | |
| </dependencies> | |
| </dependencyManagement> | |
| <build> | |
| <plugins> | |
| <plugin> | |
| <groupId>org.springframework.boot</groupId> | |
| <artifactId>spring-boot-maven-plugin</artifactId> | |
| </plugin> | |
| </plugins> | |
| </build> | |
| <repositories> | |
| <repository> | |
| <id>spring-milestones</id> | |
| <name>Spring Milestones</name> | |
| <url>https://repo.spring.io/milestone</url> | |
| </repository> | |
| </repositories> | |
| </project> |
| package ino.codelabs.member.config; | |
| import org.springframework.context.annotation.Bean; | |
| import org.springframework.context.annotation.Configuration; | |
| import springfox.documentation.builders.ApiInfoBuilder; | |
| import springfox.documentation.builders.PathSelectors; | |
| import springfox.documentation.builders.RequestHandlerSelectors; | |
| import springfox.documentation.service.ApiInfo; | |
| import springfox.documentation.spi.DocumentationType; | |
| import springfox.documentation.spring.web.plugins.Docket; | |
| import springfox.documentation.swagger2.annotations.EnableSwagger2; | |
| @Configuration | |
| @EnableSwagger2 | |
| public class SwaggerConfig { | |
| @Bean | |
| public Docket api(){ | |
| return new Docket(DocumentationType.SWAGGER_2) | |
| .apiInfo(apiInfo()).select().apis(RequestHandlerSelectors.basePackage("ino.codelabs.member")).paths(PathSelectors.any()).build(); | |
| } | |
| private ApiInfo apiInfo(){ | |
| return new ApiInfoBuilder().title("Codelab API Documentation").description("Codelab Demo API").version("1.0.0.").build(); | |
| } | |
| } |
| package ino.codelabs.member.controller; | |
| import ino.codelabs.member.entity.Department; | |
| import ino.codelabs.member.sevice.DepartmentService; | |
| import io.swagger.annotations.ApiImplicitParam; | |
| import io.swagger.annotations.ApiImplicitParams; | |
| import io.swagger.annotations.ApiOperation; | |
| import lombok.AllArgsConstructor; | |
| import org.springframework.http.HttpStatus; | |
| import org.springframework.http.ResponseEntity; | |
| import org.springframework.web.bind.annotation.*; | |
| import java.util.List; | |
| @RestController | |
| @RequestMapping("/api") | |
| @AllArgsConstructor | |
| public class DepartmentController { | |
| private DepartmentService departmentService; | |
| @GetMapping("/departments") | |
| @ApiOperation(value = "전체 부서 조회", notes = "모든 부서를 조회하는 API") | |
| public ResponseEntity<?> getAllDepartment() { | |
| List<Department> departments = departmentService.getAllDepartments(); | |
| return ResponseEntity.ok(departments); | |
| } | |
| @GetMapping("/departments/{id}") | |
| @ApiOperation(value = "부서 조회", notes = "ID로 부서를 조회하는 API") | |
| @ApiImplicitParams({@ApiImplicitParam(name = "id", value = "부서 id", paramType = "path", dataType = "long")}) | |
| public ResponseEntity<?> getDepartment(Long id) { | |
| Department department = departmentService.getDepartment(id); | |
| return ResponseEntity.ok(department); | |
| } | |
| @GetMapping("/departments/name") | |
| public ResponseEntity<?> getDepartmentByName(@RequestParam String name) { | |
| Department department = departmentService.getDepartmentByName(name); | |
| return ResponseEntity.ok(department); | |
| } | |
| @PostMapping("/departments") | |
| public ResponseEntity<?> createDepartment(@RequestBody Department department) { | |
| return new ResponseEntity<>(departmentService.createDepartment(department), HttpStatus.CREATED); | |
| } | |
| @PutMapping("/departments/{id}") | |
| public ResponseEntity<?> updateDepartment(@PathVariable Long id, @RequestBody Department department) { | |
| return new ResponseEntity<>(departmentService.updateDepartment(id, department), HttpStatus.OK); | |
| } | |
| @DeleteMapping("/departments/{id}") | |
| public ResponseEntity<?> deleteDepartment(@PathVariable Long id) { | |
| departmentService.deleteDepartment(id); | |
| return new ResponseEntity<>("{}", HttpStatus.OK); | |
| } | |
| } |
| package ino.codelabs.member.controller; | |
| import ino.codelabs.member.entity.Member; | |
| import ino.codelabs.member.sevice.MemberService; | |
| import org.springframework.http.ResponseEntity; | |
| import org.springframework.web.bind.annotation.GetMapping; | |
| import org.springframework.web.bind.annotation.PathVariable; | |
| import org.springframework.web.bind.annotation.RequestMapping; | |
| import org.springframework.web.bind.annotation.RestController; | |
| import java.util.List; | |
| @RestController | |
| @RequestMapping("/api") | |
| public class MemberController { | |
| private MemberService memberService; | |
| @GetMapping("/members") | |
| public ResponseEntity<?> getAllMembers(){ | |
| List<Member> members = memberService.getAllMembers(); | |
| return ResponseEntity.ok(members); | |
| } | |
| @GetMapping("/members/{id}") | |
| public ResponseEntity<?> getMember(@PathVariable Long id){ | |
| Member member = memberService.getMember(id); | |
| return ResponseEntity.ok(member); | |
| } | |
| } |
| package ino.codelabs.member.entity; | |
| import com.fasterxml.jackson.annotation.JsonFormat; | |
| import lombok.Getter; | |
| import javax.persistence.*; | |
| import java.time.LocalDateTime; | |
| @Entity | |
| @Table(name = "department") | |
| @Getter //추가할 변수들에 대해서 자동으로 getter를 만들어준다. | |
| public class Department { | |
| @Id | |
| @GeneratedValue(strategy = GenerationType.IDENTITY) | |
| private Long id; | |
| @Column | |
| private String name; | |
| @Column(name = "create_at") | |
| @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") | |
| private LocalDateTime createAt; | |
| @Column(name = "update_at") | |
| @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") | |
| private LocalDateTime updateAt; | |
| public void setCurrentTime(){ | |
| this.createAt = LocalDateTime.now(); | |
| this.updateAt = LocalDateTime.now(); | |
| } | |
| public void update(Department department){ | |
| this.name = department.getName(); | |
| this.updateAt = LocalDateTime.now(); | |
| } | |
| } |
| package ino.codelabs.member.entity; | |
| import com.fasterxml.jackson.annotation.JsonFormat; | |
| import lombok.Getter; | |
| import org.apache.tomcat.jni.Local; | |
| import javax.persistence.*; | |
| import java.time.LocalDateTime; | |
| import java.util.Collection; | |
| @Entity | |
| @Table(name = "member") | |
| @Getter | |
| public class Member { | |
| @Id | |
| @GeneratedValue(strategy = GenerationType.IDENTITY) | |
| private Long id; | |
| @Column | |
| private String name; | |
| @Column(name = "department_id") | |
| private Long departmentId; | |
| @OneToMany(fetch = FetchType.LAZY, cascade = CascadeType.ALL) | |
| @JoinColumn(name = "department_id") | |
| private Collection<Member> members; | |
| @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") | |
| @Column(name = "created_at") | |
| private LocalDateTime createAt; | |
| @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") | |
| @Column(name = "updated_at") | |
| private LocalDateTime updateAt; | |
| public void setCurrentTime() { | |
| this.createAt = LocalDateTime.now(); | |
| this.updateAt = LocalDateTime.now(); | |
| } | |
| public void update(Member member){ | |
| this.name = member.getName(); | |
| this.updateAt = LocalDateTime.now(); | |
| } | |
| } |
| package ino.codelabs.member; | |
| import org.springframework.boot.SpringApplication; | |
| import org.springframework.boot.autoconfigure.SpringBootApplication; | |
| @SpringBootApplication | |
| public class MemberApiApplication { | |
| public static void main(String[] args) { | |
| SpringApplication.run(MemberApiApplication.class, args); | |
| } | |
| } |
| package ino.codelabs.member.repository; | |
| import ino.codelabs.member.entity.Department; | |
| import org.springframework.data.jpa.repository.JpaRepository; | |
| import org.springframework.stereotype.Repository; | |
| import java.util.Optional; | |
| @Repository | |
| public interface DepartmentRepository extends JpaRepository<Department, Long> { | |
| Optional<Department> findByName(String name); | |
| } |
| package ino.codelabs.member.repository; | |
| import ino.codelabs.member.entity.Member; | |
| import org.springframework.data.jpa.repository.JpaRepository; | |
| import org.springframework.stereotype.Repository; | |
| @Repository | |
| public interface MemberRepository extends JpaRepository<Member, Long> { | |
| } |
| package ino.codelabs.member.sevice; | |
| import ino.codelabs.member.entity.Department; | |
| import ino.codelabs.member.repository.DepartmentRepository; | |
| import lombok.AllArgsConstructor; | |
| import org.springframework.http.HttpStatus; | |
| import org.springframework.http.ResponseEntity; | |
| import org.springframework.stereotype.Service; | |
| import org.springframework.web.bind.annotation.PostMapping; | |
| import org.springframework.web.server.ResponseStatusException; | |
| import java.util.List; | |
| @Service | |
| @AllArgsConstructor | |
| public class DepartmentService { | |
| private DepartmentRepository departmentRepository; | |
| public List<Department> getAllDepartments() { | |
| return departmentRepository.findAll(); | |
| } | |
| public Department getDepartment(Long id) { //혹시 모를 null 처리를 위해서 Long 지정 | |
| Department department = departmentRepository.findById(id).orElse(null); | |
| if (department == null) { | |
| throw new ResponseStatusException(HttpStatus.NOT_FOUND, "Department not found"); | |
| } else { | |
| return department; | |
| } | |
| } | |
| public Department getDepartmentByName(String name) { | |
| Department department = departmentRepository.findByName(name).orElse(null); | |
| if (department == null) { | |
| throw new ResponseStatusException(HttpStatus.NOT_FOUND, "Department not found"); | |
| } else { | |
| return department; | |
| } | |
| } | |
| public Department createDepartment(Department department) { | |
| department.setCurrentTime(); | |
| return departmentRepository.save(department); | |
| } | |
| public Department updateDepartment(Long id, Department department) { | |
| Department savedDepartment = departmentRepository.findById(id).orElse(null); | |
| if (savedDepartment == null) { | |
| throw new ResponseStatusException(HttpStatus.NOT_FOUND, "Department not found"); | |
| } else { | |
| savedDepartment.update(department); | |
| return departmentRepository.save(savedDepartment); | |
| } | |
| } | |
| public void deleteDepartment(Long id) { | |
| if (departmentRepository.findById(id).isPresent()) { | |
| departmentRepository.deleteById(id); | |
| }else{ | |
| throw new ResponseStatusException(HttpStatus.NOT_FOUND, "Department not found"); | |
| } | |
| } | |
| } |
| package ino.codelabs.member.sevice; | |
| import ino.codelabs.member.entity.Member; | |
| import ino.codelabs.member.repository.MemberRepository; | |
| import lombok.RequiredArgsConstructor; | |
| import org.springframework.http.HttpStatus; | |
| import org.springframework.stereotype.Service; | |
| import org.springframework.web.server.ResponseStatusException; | |
| import java.util.List; | |
| @Service | |
| @RequiredArgsConstructor | |
| public class MemberService { | |
| private final MemberRepository memberRepository; | |
| public List<Member> getAllMembers(){ | |
| return memberRepository.findAll(); | |
| } | |
| public Member getMember(Long id) { | |
| Member member = memberRepository.findById(id).orElse(null); | |
| if (member == null) { | |
| throw new ResponseStatusException(HttpStatus.NOT_FOUND, "Member not found"); | |
| } else { | |
| return member; | |
| } | |
| } | |
| } | |
| spring: | |
| datasource: | |
| url: jdbc:mysql://127.0.0.1:3306/codelab_db?serverTimezone=Asia/Seoul&useSSL=false&characterEncoding=UTF-8 | |
| username: codelab | |
| password: codelab | |
| driver-class-name: com.mysql.cj.jdbc.Driver | |
| jpa: | |
| hibernate: | |
| ddl-auto: update | |
| show-sql: true | |
| database-platform: org.hibernate.dialect.MySQL5InnoDBDialect | |
| properties: | |
| hibernate: | |
| format_sql: true | |
| logging: | |
| level: | |
| org.hibernate.type: trace |
| package ino.codelabs.member; | |
| import org.junit.jupiter.api.Test; | |
| import org.springframework.boot.test.context.SpringBootTest; | |
| @SpringBootTest | |
| class MemberApiApplicationTests { | |
| @Test | |
| void contextLoads() { | |
| } | |
| } |
| spring: | |
| datasource: | |
| url: jdbc:mysql://127.0.0.1:3306/codelab_db?serverTimezone=Asia/Seoul&useSSL=false&characterEncoding=UTF-8 | |
| username: codelab | |
| password: codelab | |
| driver-class-name: com.mysql.cj.jdbc.Driver | |
| jpa: | |
| hibernate: | |
| ddl-auto: update | |
| show-sql: true | |
| database-platform: org.hibernate.dialect.MySQL5InnoDBDialect | |
| properties: | |
| hibernate: | |
| format_sql: true | |
| logging: | |
| level: | |
| org.hibernate.type: trace |