Add JavaBean and DatabasePool

This commit is contained in:
2022-06-06 18:42:31 +08:00
parent f1b8facc03
commit bef2711600
27 changed files with 1276 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="mysql-connector-java-8.0.25">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/mysql-connector-java-8.0.25.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

11
.idea/libraries/slf4j_simple.xml generated Normal file
View File

@@ -0,0 +1,11 @@
<component name="libraryTable">
<library name="slf4j.simple" type="repository">
<properties maven-id="org.slf4j:slf4j-simple:1.7.36" />
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/slf4j-simple-1.7.36.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/slf4j-api-1.7.36.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

11
.idea/libraries/zaxxer_HikariCP.xml generated Normal file
View File

@@ -0,0 +1,11 @@
<component name="libraryTable">
<library name="zaxxer.HikariCP" type="repository">
<properties maven-id="com.zaxxer:HikariCP:2.7.6" />
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/HikariCP-2.7.6.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/slf4j-api-1.7.25.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

8
.idea/sqldialects.xml generated Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="SqlDialectMappings">
<file url="file://$PROJECT_DIR$/Library/src/test/java/com/cfive/classroom/library/database/DatabaseTest.java" dialect="MySQL" />
<file url="file://$PROJECT_DIR$/MySQL.sql" dialect="MySQL" />
<file url="PROJECT" dialect="MySQL" />
</component>
</project>