变更服务端项目 hippo4j 数据库名称.

pull/28/head
chen.ma 3 years ago
parent fcbde46a26
commit 42a91d635e

@ -11,7 +11,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

Loading…
Cancel
Save