完成工程管理模块前端页面与SQL脚本开发

This commit is contained in:
zuqijia
2026-06-12 14:21:54 +08:00
parent 41720e624c
commit 81d3c03f09
72 changed files with 9926 additions and 319 deletions

View File

@@ -0,0 +1,18 @@
spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driverClassName: org.h2.Driver
url: jdbc:h2:mem:ry-vue;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
username: sa
password:
h2:
console:
enabled: true
path: /h2-console
sql:
init:
mode: always
schema-locations: classpath*:schema/*.sql
pagehelper:
helperDialect: h2