mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-24 07:55:06 +08:00
合并成单 module 的初始化
使用 spring boot 2.4.1 启动项目
This commit is contained in:
7
src/main/resources/application.yaml
Normal file
7
src/main/resources/application.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
spring:
|
||||
# 数据源配置项
|
||||
datasource:
|
||||
url: jdbc:mysql://127.0.1:3306/ruoyi-vue-pro?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=CTT
|
||||
driver-class-name: com.mysql.jdbc.Driver
|
||||
username: root
|
||||
password: 123456
|
Reference in New Issue
Block a user