We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32561ae commit 8973733Copy full SHA for 8973733
.gitignore
@@ -13,7 +13,7 @@ rebel.xml
13
.settings
14
.springBeans
15
.sts4-cache
16
-**/jdbc.properties
+
17
**/application.yml
18
### IntelliJ IDEA ###
19
.idea
@@ -31,3 +31,4 @@ build/
31
32
### VS Code ###
33
.vscode/
34
+/src/main/resources/jdbc.properties
src/main/resources/jdbc.properties
@@ -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