feat: add project operations overview

This commit is contained in:
Codex
2026-03-19 12:34:00 +08:00
parent a44f726c97
commit bba2e877a2
14 changed files with 594 additions and 31 deletions

View File

@@ -0,0 +1,14 @@
spring:
datasource:
url: jdbc:h2:mem:innovation_platform;MODE=MySQL;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=TRUE;CASE_INSENSITIVE_IDENTIFIERS=TRUE
username: sa
password:
driver-class-name: org.h2.Driver
sql:
init:
mode: always
schema-locations: classpath:schema.sql
data-locations: classpath:data.sql
sa-token:
is-log: false