feat: 初始提交

This commit is contained in:
siujamo
2025-12-25 16:08:50 +08:00
commit 8d0b0eb684
153 changed files with 10986 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
spring:
application:
name: helix-server
cache:
type: redis
redis:
time-to-live: PT1H30M
jpa:
properties:
hibernate:
transaction:
jta:
# No need to use distributed transaction manager for 1 datasource.
platform: org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
hibernate:
ddl-auto: validate
open-in-view: false
datasource:
hikari:
minimum-idle: 1
maximum-pool-size: 10
mybatis:
configuration:
log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
map-underscore-to-camel-case: true
type-aliases-package: com.onixbyte.helix.domain.entity
type-handlers-package: com.onixbyte.helix.extension.mybatis.handler
mapper-locations: classpath:/mapper/*.xml