修改图片储存服务器ip
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
server.port=5567
|
server.port=7788
|
||||||
|
|
||||||
#datasource
|
#datasource
|
||||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||||
@@ -14,7 +14,7 @@ spring.security.jwtTokenPrefix=Bearer-
|
|||||||
spring.security.jwtExpiration=8640000000
|
spring.security.jwtExpiration=8640000000
|
||||||
#spring security权限设置 认证了token还要认证权限 不然报错Full authentication is required to access this resource
|
#spring security权限设置 认证了token还要认证权限 不然报错Full authentication is required to access this resource
|
||||||
spring.security.ignorePaths=/,/favicon.ico,/doc.html,/webjars/**,/swagger-resources,/v2/api-docs,\
|
spring.security.ignorePaths=/,/favicon.ico,/doc.html,/webjars/**,/swagger-resources,/v2/api-docs,\
|
||||||
/api/account/**,/api/element/**,/api/python/**,/api/design/**,/api/history/**,/api/library/**,/api/third/party/**
|
/api/account/**,/api/element/**,/api/python/**,/api/design/**,/api/history/**,/api/library/**,/api/third/party/**,/api/generate/**
|
||||||
spring.security.authApi=/auth/login
|
spring.security.authApi=/auth/login
|
||||||
|
|
||||||
|
|
||||||
@@ -30,7 +30,8 @@ spring.mvc.pathmatch.matching-strategy=ant_path_matcher
|
|||||||
file.mac.path=~/file/
|
file.mac.path=~/file/
|
||||||
file.linux.path=/workspace/home/aida/file/
|
file.linux.path=/workspace/home/aida/file/
|
||||||
#linux服务器域名(预览和下载用)
|
#linux服务器域名(预览和下载用)
|
||||||
file.linuxDomain=http://18.162.111.141:5568/download/
|
#file.linuxDomain=http://18.162.111.141:5568/download/
|
||||||
|
file.linuxDomain=http://18.167.251.121:5568/download/
|
||||||
file.windows.path=D:\\upload\\
|
file.windows.path=D:\\upload\\
|
||||||
|
|
||||||
spring.servlet.multipart.max-file-size = 5MB
|
spring.servlet.multipart.max-file-size = 5MB
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user