first commit

This commit is contained in:
chuzhongzai
2023-12-08 13:25:39 +08:00
commit 9155cb27a6
48 changed files with 3246 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
spring:
datasource:
driver-class-name: org.sqlite.JDBC
url: jdbc:sqlite:snss.db
# url: jdbc:sqlite:D:\WorkSpace\code\Java\scalable-network-storage-site\src\main\resources\snss.db
mvc:
view:
prefix: /resource/templates/
suffix: .html
thymeleaf:
check-template-location: false
servlet:
multipart:
max-file-size: 10000MB
max-request-size: 10000MB
enabled: true
server:
port: 8080
error:
include-message: always
mybatis:
configuration:
map-underscore-to-camel-case: true
Binary file not shown.
Binary file not shown.