mirror of
https://github.com/getrebuild/rebuild.git
synced 2024-11-10 17:04:33 +08:00
Update application-dev.yml
This commit is contained in:
parent
3cc001a648
commit
3cba9d5794
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# !!! `db.*` ONLY FOR DEV MODE !!!
|
||||
db.url: jdbc:mysql://127.0.0.1:3308/rebuild20?characterEncoding=UTF8&useUnicode=true&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=UTC
|
||||
db.url: jdbc:mysql://127.0.0.1:3306/rebuild20?characterEncoding=UTF8&useUnicode=true&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=UTC
|
||||
db.user: rebuild
|
||||
db.passwd: rebuild
|
||||
# Use built-in ehcache if redis not defined or unavailable
|
||||
|
|
Loading…
Reference in a new issue