feat: create manage-app and manage-db module structures

This commit is contained in:
张翔
2026-03-13 12:51:32 +08:00
parent e7148498ad
commit f88d3e1eab
10 changed files with 462 additions and 0 deletions
@@ -0,0 +1,13 @@
spring:
r2dbc:
url: r2dbc:postgresql://localhost:5432/novalon_manage
username: postgres
password: postgres
flyway:
enabled: true
logging:
level:
cn.novalon.manage: DEBUG
org.springframework.r2dbc: DEBUG
org.springframework.web: TRACE