Skip to content

Commit 8973733

Browse files
author
danbai225
committed
.
1 parent 32561ae commit 8973733

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rebel.xml
1313
.settings
1414
.springBeans
1515
.sts4-cache
16-
**/jdbc.properties
16+
1717
**/application.yml
1818
### IntelliJ IDEA ###
1919
.idea
@@ -31,3 +31,4 @@ build/
3131

3232
### VS Code ###
3333
.vscode/
34+
/src/main/resources/jdbc.properties

src/main/resources/jdbc.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
jdbc.driverClass=com.mysql.jdbc.Driver
2+
jdbc.connectionURL=jdbc:mysql://39.108.110.44:3306/ys?useUnicode=true&characterEncoding=utf-8&useSSL=false
3+
jdbc.username=ys
4+
jdbc.password=**

0 commit comments

Comments
 (0)