完成工程管理模块前端页面与SQL脚本开发
This commit is contained in:
18
ruoyi-admin/src/main/resources/application-h2.yml
Normal file
18
ruoyi-admin/src/main/resources/application-h2.yml
Normal 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
|
||||
Reference in New Issue
Block a user