application-test.properties
1.17 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=/home/donghu/apache-tomcat-9.0.46/logs
# 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