mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-01-10 11:48:14 +08:00
统一项目编码格式为UTF-8
This commit is contained in:
parent
877d483e0c
commit
f5fa1aa4b5
3
.idea/encodings.xml
generated
3
.idea/encodings.xml
generated
@ -1,7 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding">
|
||||
<component name="Encoding" defaultCharsetForPropertiesFiles="UTF-8">
|
||||
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
|
||||
<file url="PROJECT" charset="UTF-8" />
|
||||
</component>
|
||||
</project>
|
@ -1,3 +1,9 @@
|
||||
# 电商基础秒杀项目
|
||||
|
||||
基于 SpringBoot,数据库使用MySQL
|
||||
项目简介:基于SpringBoot,数据库使用MySQL
|
||||
|
||||
开发工具:IntelliJ IDEA 2021.3.2 (Ultimate Edition)
|
||||
|
||||
数据库版本:MySQL 5.7
|
||||
|
||||
项目数据库文件:[点击打开](./Others/sql/flashsale.sql)
|
@ -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数据源
|
Loading…
Reference in New Issue
Block a user