配置Mysql与注册登录模块 1

This commit is contained in:
2023-02-19 15:00:08 +08:00
parent 26ecd689c4
commit 78db9a28c8
9 changed files with 277 additions and 2 deletions
@@ -1,2 +1,8 @@
#??????
server.port=3000
#default server port
server.port=3000
#mysql database connect profile
spring.datasource.username=root
spring.datasource.password=mysqlPassword
spring.datasource.url=jdbc:mysql://localhost:3306/kob?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver