XubxBlog-CMD/target/classes/application.properties

18 lines
721 B
Properties

spring.datasource.driverClassName=com.mysql.jdbc.Driver
spring.datasource.url=jdbc:mysql://124.71.135.249:3306/vue
spring.datasource.username=root
spring.datasource.password=xbx123
server.port=8081
#spring.web.resources.static-locations=classpath:/static/
spring.web.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/
mybatis.mapper-locations=classpath:mapper/*.xml
mybatis.type-aliases-package=com.xubx.springboot_01demo.pojo
spring.redis.host=124.71.135.249
spring.redis.port=6379
spring.redis.password=123456
logging.level.com.xubx.springboot_01demo.mapper= debug
#Path???????ant_path_matcher
spring.mvc.pathmatch.matching-strategy=ant_path_matcher