feat(blog-backend): 后端代码开发中...
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
spring:
|
||||
# 要使用的环境预设
|
||||
# prod: 生产环境
|
||||
# dev: 开发环境
|
||||
# test: 测试环境
|
||||
profiles:
|
||||
active: prod
|
||||
# 数据库连接配置
|
||||
datasource:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
|
||||
Reference in New Issue
Block a user