1
0

feat: 初始化提交

This commit is contained in:
2025-09-28 18:55:24 +08:00
commit 0a93e1d7ad
53 changed files with 4688 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
server:
port: 27891
compression:
enabled: true
spring:
application:
name: bookstore
mvc:
async:
request-timeout: 3600000
datasource:
url: jdbc:h2:file:./bookstore;DB_CLOSE_ON_EXIT=TRUE
username: bookstore
password: bookstore
driver-class-name: org.h2.Driver
jpa:
generate-ddl: false
hibernate:
ddl-auto: update
main:
banner-mode: off
fenix:
print-banner: false
liteflow:
enable: false
print-banner: false
check-node-exists: false
rule-source: flow.xml