backend scaffold

This commit is contained in:
Guangfei.Zhao
2026-08-17 15:31:27 +08:00
commit 84fc2c0677
159 changed files with 10542 additions and 0 deletions
@@ -0,0 +1,13 @@
dependencies {
// 只依赖 platform-web 里的 AuditContext(见根 README 的"对文档的偏离 #1"
api project(':platform:platform-web')
api 'org.springframework.boot:spring-boot-starter-data-jpa'
api 'net.javacrumbs.shedlock:shedlock-spring:6.9.2'
implementation 'net.javacrumbs.shedlock:shedlock-provider-jdbc-template:6.9.2'
implementation 'org.springframework.boot:spring-boot-starter-cache'
implementation 'com.github.ben-manes.caffeine:caffeine'
implementation 'org.flywaydb:flyway-core'
runtimeOnly 'org.flywaydb:flyway-mysql'
runtimeOnly 'com.mysql:mysql-connector-j'
}