2022-04-28 10:25:08 +08:00
|
|
|
# 应用名称
|
|
|
|
spring.application.name=monitor-manage
|
|
|
|
|
|
|
|
logging.level.com.hisense.monitormanage=DEBUG
|
|
|
|
|
|
|
|
# 应用服务 WEB 访问端口
|
|
|
|
server.port=7009
|
|
|
|
# 数据库驱动:
|
|
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
# 数据源名称
|
|
|
|
spring.datasource.name=defaultDataSource
|
|
|
|
# 数据库连接地址
|
2022-05-09 17:54:17 +08:00
|
|
|
#spring.datasource.url=jdbc:mysql://15.72.183.91:3306/monitor_manage?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
2022-05-17 11:36:14 +08:00
|
|
|
spring.datasource.url=jdbc:mysql://15.72.183.91:3306/monitor_manage?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=true&serverTimezone=GMT%2B8
|
2022-04-28 10:25:08 +08:00
|
|
|
# 数据库用户名&密码:
|
|
|
|
spring.datasource.username=root
|
|
|
|
spring.datasource.password=w@CmM1mBVQkPhdrc
|
2022-05-09 17:54:17 +08:00
|
|
|
#spring.datasource.password=123456
|
2022-04-28 10:25:08 +08:00
|
|
|
|
2022-05-12 17:12:43 +08:00
|
|
|
hwx.file.work-path=D:/tupian/
|
2022-04-28 10:25:08 +08:00
|
|
|
hwx.file.pic-host=http://127.0.0.1:7009
|
|
|
|
spring.resources.static-locations=classpath:/static,classpath:/public,file:${hwx.file.work-path}
|
2022-05-09 17:54:17 +08:00
|
|
|
mybatis-plus.mapper-locations=classpath*:/mapper/*.xml
|
2022-05-17 11:36:14 +08:00
|
|
|
#??????swagger,true???false??
|
|
|
|
swagger.enable=true
|
2022-04-28 10:25:08 +08:00
|
|
|
|
2022-06-06 15:04:05 +08:00
|
|
|
scheduled.enable=false
|
|
|
|
|
|
|
|
|