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.
16 lines
754 B
16 lines
754 B
|
3 years ago
|
#服务器端口
|
||
|
|
server:
|
||
|
|
port: 8502
|
||
|
|
|
||
|
|
#数据源配置
|
||
|
|
spring:
|
||
|
|
datasource:
|
||
|
|
url: jdbc:mysql://127.0.0.1:3306/lims?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&tinyInt1isBit=false&allowMultiQueries=true&serverTimezone=GMT%2B8
|
||
|
|
# url: jdbc:mysql://192.168.0.117:3306/lims?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&tinyInt1isBit=false&allowMultiQueries=true&serverTimezone=GMT%2B8
|
||
|
|
username: root
|
||
|
|
password: 123456
|
||
|
|
# username: lab_ac
|
||
|
|
# password: lab_ac@123
|
||
|
|
# url: ${blade.datasource.dev.url}
|
||
|
|
# username: ${blade.datasource.dev.username}
|
||
|
|
# password: ${blade.datasource.dev.password}
|