mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
46 lines
1.9 KiB
Properties
46 lines
1.9 KiB
Properties
#数据库账号
|
|
spring.datasource.username=root
|
|
#数据库密码test
|
|
spring.datasource.password=root
|
|
#数据库链接地址
|
|
spring.datasource.url=jdbc:mysql://localhost:3306/tbed?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
#端口
|
|
server.port=8089
|
|
#前端域名需要带协议头http(s)://
|
|
CROS_ALLOWED_ORIGINS=http://127.0.0.1:8080
|
|
|
|
|
|
#下边的配置项不需要修改。
|
|
#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
|
|
log4j2.formatMsgNoLookups=True |