|
|
|
@ -20,7 +20,7 @@ tenant=hippo4j
|
|
|
|
|
#*************** Config Module Related Configurations ***************#
|
|
|
|
|
### Hikari Datasource
|
|
|
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
|
spring.datasource.url=jdbc:mysql://localhost:3306/hippo_manager?characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8
|
|
|
|
|
spring.datasource.url=jdbc:mysql://localhost:3306/hippo4j_manager?characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8
|
|
|
|
|
spring.datasource.username=root
|
|
|
|
|
spring.datasource.password=root
|
|
|
|
|
spring.datasource.hikari.pool-name=Hikari
|
|
|
|
|