feat(blog-backend): 后端代码开发中...

This commit is contained in:
2023-03-04 22:50:45 +08:00
parent ac4dda3220
commit 6443f63f6e
30 changed files with 392 additions and 119 deletions

View File

@@ -1,4 +1,10 @@
spring:
# 要使用的环境预设
# prod: 生产环境
# dev: 开发环境
# test: 测试环境
profiles:
active: prod
# 数据库连接配置
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver