application-dev.properties 1.79 KB
server.port=9096
#启用shutdown
endpoints.shutdown.enabled=true
#禁用密码验证
endpoints.shutdown.sensitive=false
#spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration
logging.path=C://java-mars//eclipse//work//pipi-data-center/
# springboot 之静态资源路径配置
spring.mvc.static-path-pattern=/**
spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${wyait.picpath}
# 热部署配置监听重启目录
#spring.devtools.restart.additional-paths=src/main/java,src/main/resources/templates
spring.devtools.restart.additional-paths=src/main/java,src/main/resources

# tomcat最大线程数,默认为200
server.tomcat.max-threads=200


#spring.datasource.driverClassName = com.mysql.jdbc.Driver
#spring.datasource.driverClassName = net.sf.log4jdbc.DriverSpy
#spring.datasource.url = jdbc:mysql://localhost:3306/mljr_testcenter?useUnicode=true&characterEncoding=utf-8
#spring.datasource.url = jdbc:log4jdbc:mysql://localhost:3306/mljr_testcenter?useUnicode=true&characterEncoding=utf-8
#spring.datasource.username = root
#spring.datasource.password = 123456

# MyBatis 配置
#mybatis.config-locations=classpath:config/mybatis-config.xml
#mybatis.mapper-locations=classpath:static/xml/*.xml
#mybatis.type-aliases-package=com.mljr.qa.bean

# 启用mybatis配置,自动将驼峰属性名转化成带下划线数据库列名
#mybatis.configuration.map-underscore-to-camel-case=true
#spring.mvc.favicon.enabled=false
#logging.level.com.mljr.qa.mapper = info 
#logging.level.com.qiandw.member.data.mapper = info  
#logging.level.com.qiandw.member.security.mapper = info  
#logging.level.com.qiandw.member.auth.mapper =info