You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
808 B
21 lines
808 B
# 数据库服务器配置
|
|
# type=com.alibaba.druid.pool.DruidDataSource
|
|
#druid.driver-class=com.mysql.cj.jdbc.Driver
|
|
#druid.url=jdbc:mysql://10.14.1.197:3306/jiao_api_alpha_x?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
|
|
#druid.username=jiao_api_alpha_x
|
|
#druid.password=YcpfGJyJpy6KfYR3
|
|
|
|
# local
|
|
druid.url=jdbc:mysql://localhost:3307/jsuu?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
druid.username=root
|
|
druid.password=root
|
|
|
|
# database
|
|
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
spring.datasource.url=
|
|
spring.datasource.username=
|
|
spring.datasource.password=
|
|
spring.datasource.hikari.connection-timeout=120
|
|
spring.datasource.hikari.connection-test-query=select 1
|
|
|
|
|
|
|