1
0

feat: 增加简单的测试

This commit is contained in:
2025-08-14 19:05:25 +08:00
parent 222bb1e416
commit 89cdecef3d
10 changed files with 376 additions and 17 deletions

View File

@@ -0,0 +1,15 @@
server:
port: 2490
spring:
application:
name: Test
datasource:
url: jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1
username: test
password: test
driver-class-name: org.h2.Driver
jpa:
show-sql: true
generate-ddl: true
fenix:
print-banner: false