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.
7 lines
308 B
7 lines
308 B
# 数据库服务器配置
|
|
type=com.alibaba.druid.pool.DruidDataSource
|
|
druid.driver-class=com.mysql.cj.jdbc.Driver
|
|
|
|
druid.url=jdbc:mysql://localhost:3307/csmis?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
druid.username=root
|
|
druid.password=root
|