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.
47 lines
1.9 KiB
47 lines
1.9 KiB
3 years ago
|
#数据库账号
|
||
|
spring.datasource.username=hellohao
|
||
|
#数据库密码test
|
||
|
spring.datasource.password=hellohao
|
||
|
#数据库链接地址
|
||
|
spring.datasource.url=jdbc:mysql://mysqlserver:3306/picturebed?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
||
|
#端口
|
||
|
server.port=8088
|
||
|
#鉴黄周期表达式 下方表达式为每天四点半执行0 30 04 * * ?
|
||
|
Expression=0 30 04 * * ?
|
||
|
|
||
|
|
||
|
#下边的配置项不需要修改。
|
||
|
logging.config=classpath:logback-spring.xml
|
||
|
logging.file.path=/HellohaoData/tbedlog
|
||
|
spring.thymeleaf.suffix=.html
|
||
|
mybatis.configuration.map-underscore-to-camel-case=true
|
||
|
mybatis.mapper-locations=classpath:mapper/*.xml
|
||
|
#logging.level.cn.hellohao.dao=debug
|
||
|
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
||
|
spring.jackson.time-zone=GMT+8
|
||
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||
|
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
||
|
spring.thymeleaf.cache=false
|
||
|
multipart.maxFileSize=10240KB
|
||
|
multipart.maxRequestSize=10240KB
|
||
|
spring.thymeleaf.mode = LEGACYHTML5
|
||
|
spring.http.multipart.location=/data/upload_tmp
|
||
|
systemupdate=2020-05-26
|
||
|
|
||
|
spring.datasource.druid.filter.config.enabled=false
|
||
|
spring.datasource.druid.web-stat-filter.enabled=false
|
||
|
spring.datasource.druid.web-stat-filter.session-stat-enable=false
|
||
|
spring.datasource.druid.stat-view-servlet.reset-enable=false
|
||
|
|
||
|
spring.datasource.druid.filter.stat.enabled=false
|
||
|
spring.datasource.druid.filter.wall.enabled=false
|
||
|
spring.datasource.druid.filter.slf4j.enabled=false
|
||
|
spring.datasource.druid.filter.log4j2.enabled=false
|
||
|
spring.datasource.druid.filter.log4j.enabled=false
|
||
|
spring.datasource.druid.filter.commons-log.enabled=false
|
||
|
spring.datasource.druid.stat-view-servlet.enabled=false
|
||
|
spring.datasource.druid.stat-view-servlet.login-username=hellohao@dealer
|
||
|
spring.datasource.druid.stat-view-servlet.login-password=52BNmXPJL0rQQ3CU
|
||
|
spring.datasource.druid.stat-view-servlet.allow=127.0.0.1
|
||
|
spring.datasource.druid.web-stat-filter.exclusions=false
|