实现文件上传和数据库记录、Element+vue登录注册UI
This commit is contained in:
@@ -3,6 +3,8 @@ server:
|
||||
servlet:
|
||||
context-path: /cms
|
||||
port: 8080
|
||||
serverproperties:
|
||||
port_num: 8080
|
||||
spring:
|
||||
thymeleaf:
|
||||
prefix: classpath:/templates/
|
||||
@@ -16,4 +18,7 @@ spring:
|
||||
hibernate:
|
||||
ddl-auto: update
|
||||
show-sql: true
|
||||
debug: true
|
||||
resources:
|
||||
static-locations: classpath:/templates/
|
||||
debug: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user