1
0
mirror of https://gitee.com/coder-xiaomo/flashsale synced 2025-09-12 15:01:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

统一项目编码格式为UTF-8

This commit is contained in:
2022-03-01 15:40:59 +08:00
parent 877d483e0c
commit f5fa1aa4b5
3 changed files with 17 additions and 4 deletions

View File

@@ -1,6 +1,12 @@
# ????
server.port=8090
#mybatis.mapper-locations=classpath:mapping/*.xml
mybatis.mapperLocations=classpath:mapping/*.xml
mybatis.mapperLocations=classpath:mapping/*.xml
spring.datasource.name=flashsale
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/flashsale
spring.datasource.username=root
spring.datasource.password=111111
# 使用druid数据源