This website works better with JavaScript.
Home
Explore
Help
Sign In
alex
/
TOWNGAS
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
change the datasource from 238 mysql 5.7 to 228 mysql 8.0
master
matthew.ng
2 years ago
parent
4ad8e899f5
commit
41c7f64bf4
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/main/resources/application-db-228v8.yml
+ 5
- 0
src/main/resources/application-db-228v8.yml
View File
@@ -0,0 +1,5 @@
spring:
datasource:
url: jdbc:mysql://192.168.1.228:3308/towngasdb?useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8
username: root
password: secret
Write
Preview
Loading…
Cancel
Save