XubxBlog-CMD/target/classes/application.properties

16 lines
582 B
Properties
Raw Normal View History

2024-05-16 19:38:26 +08:00
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