master
parent
0e2cfb739b
commit
595c414a15
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding">
|
||||
<component name="Encoding" addBOMForNewFiles="with NO BOM">
|
||||
<file url="file://$PROJECT_DIR$/backGround" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/demo" charset="UTF-8" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,9 @@
|
||||
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/soft?serverTimezone=GMT%2B8
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=123456789
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
#spring.datasource.max-idle=10
|
||||
#spring.datasource.max-wait=10000
|
||||
#spring.datasource.min-idle=5
|
||||
#spring.datasource.initial-size=5
|
||||
|
Loading…
Reference in new issue