feat: Initial commit

This commit is contained in:
2026-07-27 13:47:24 +09:00
commit 27432cbbfd
20 changed files with 1840 additions and 0 deletions
+53
View File
@@ -0,0 +1,53 @@
spring:
config:
activate:
on-profile: dev
jpa:
open-in-view: true
show-sql: true
hibernate:
ddl-auto: none
format_sql: true
use_sql_comments: true
datasource:
jcms-db:
driver-class-name: org.mariadb.jdbc.Driver
jdbc-url: jdbc:mariadb://localhost:3306/jcmsdb
username: jcms
password: jcms3593
server:
port: 8080
tomcat:
native: false
servlet:
session:
timeout: 600
jcms:
lib-minify: false
upload:
url: /util/files/
path: /jw/jcms/upload/temp/
system-url: /system/util/
system-path: /jw/jcms/upload/
file-path: /jw/jcms/upload/files/
image-path: /jw/jcms/upload/images/
logging:
level:
root: info
web: debug
net.jwsi: debug
org.apache: info
org.hibernate: info
file:
path: /jw/jcms/logs
name: /jw/jcms/logs/logs.log
logback:
rollingpolicy:
file-name-pattern: /jw/jcms/logs/logs-%d{yyyy-MM-dd}.%i.log
max-file-size: 100MB
total-size-cap: 1GB
max-history: 5
clean-history-on-start: false