This commit is contained in:
Yo Vinchen 2023-03-09 22:13:02 +08:00
parent f8a060304e
commit d2c629491d
8 changed files with 92 additions and 1 deletions

View File

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: mysql:mysql-connector-java:5.1.49">
<CLASSES>
<root url="jar://E:/maven-cangku/mysql/mysql-connector-java/5.1.49/mysql-connector-java-5.1.49.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://E:/maven-cangku/mysql/mysql-connector-java/5.1.49/mysql-connector-java-5.1.49-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://E:/maven-cangku/mysql/mysql-connector-java/5.1.49/mysql-connector-java-5.1.49-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.springframework.boot:spring-boot-configuration-processor:3.0.3">
<CLASSES>
<root url="jar://E:/maven-cangku/org/springframework/boot/spring-boot-configuration-processor/3.0.3/spring-boot-configuration-processor-3.0.3.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://E:/maven-cangku/org/springframework/boot/spring-boot-configuration-processor/3.0.3/spring-boot-configuration-processor-3.0.3-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://E:/maven-cangku/org/springframework/boot/spring-boot-configuration-processor/3.0.3/spring-boot-configuration-processor-3.0.3-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.springframework.boot:spring-boot-starter-json:3.0.4">
<CLASSES>
<root url="jar://E:/maven-cangku/org/springframework/boot/spring-boot-starter-json/3.0.4/spring-boot-starter-json-3.0.4.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://E:/maven-cangku/org/springframework/boot/spring-boot-starter-json/3.0.4/spring-boot-starter-json-3.0.4-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://E:/maven-cangku/org/springframework/boot/spring-boot-starter-json/3.0.4/spring-boot-starter-json-3.0.4-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.springframework.boot:spring-boot-starter-tomcat:3.0.4">
<CLASSES>
<root url="jar://E:/maven-cangku/org/springframework/boot/spring-boot-starter-tomcat/3.0.4/spring-boot-starter-tomcat-3.0.4.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://E:/maven-cangku/org/springframework/boot/spring-boot-starter-tomcat/3.0.4/spring-boot-starter-tomcat-3.0.4-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://E:/maven-cangku/org/springframework/boot/spring-boot-starter-tomcat/3.0.4/spring-boot-starter-tomcat-3.0.4-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.springframework.boot:spring-boot-starter-web:3.0.4">
<CLASSES>
<root url="jar://E:/maven-cangku/org/springframework/boot/spring-boot-starter-web/3.0.4/spring-boot-starter-web-3.0.4.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://E:/maven-cangku/org/springframework/boot/spring-boot-starter-web/3.0.4/spring-boot-starter-web-3.0.4-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://E:/maven-cangku/org/springframework/boot/spring-boot-starter-web/3.0.4/spring-boot-starter-web-3.0.4-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.springframework:spring-web:6.0.6">
<CLASSES>
<root url="jar://E:/maven-cangku/org/springframework/spring-web/6.0.6/spring-web-6.0.6.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://E:/maven-cangku/org/springframework/spring-web/6.0.6/spring-web-6.0.6-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://E:/maven-cangku/org/springframework/spring-web/6.0.6/spring-web-6.0.6-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.springframework:spring-webmvc:6.0.6">
<CLASSES>
<root url="jar://E:/maven-cangku/org/springframework/spring-webmvc/6.0.6/spring-webmvc-6.0.6.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://E:/maven-cangku/org/springframework/spring-webmvc/6.0.6/spring-webmvc-6.0.6-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://E:/maven-cangku/org/springframework/spring-webmvc/6.0.6/spring-webmvc-6.0.6-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@ -22,9 +22,9 @@
<option value="$PROJECT_DIR$/springboot_01_04_quickstart/pom.xml" /> <option value="$PROJECT_DIR$/springboot_01_04_quickstart/pom.xml" />
<option value="$PROJECT_DIR$/springboot_02_base_configuration/pom.xml" /> <option value="$PROJECT_DIR$/springboot_02_base_configuration/pom.xml" />
<option value="$PROJECT_DIR$/springboot_01_01_quickstart/pom.xml" /> <option value="$PROJECT_DIR$/springboot_01_01_quickstart/pom.xml" />
<option value="$PROJECT_DIR$/springboot_03_yaml/pom.xml" />
<option value="$PROJECT_DIR$/springboot_04_junit/pom.xml" /> <option value="$PROJECT_DIR$/springboot_04_junit/pom.xml" />
<option value="$PROJECT_DIR$/springboot_05_mybatis/pom.xml" /> <option value="$PROJECT_DIR$/springboot_05_mybatis/pom.xml" />
<option value="$PROJECT_DIR$/springboot_03_yaml/pom.xml" />
</list> </list>
</option> </option>
</component> </component>