first commit
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user