调整配置

This commit is contained in:
wanggeng 2022-05-10 18:09:10 +08:00
parent 742fd293a5
commit c7b34318be
3 changed files with 19 additions and 0 deletions

View File

@ -85,6 +85,11 @@
</dependency>
<!-- wgink start -->
<dependency>
<groupId>org.ssssssss</groupId>
<artifactId>magic-api-spring-boot-starter</artifactId>
<version>2.0.1</version>
</dependency>
</dependencies>
<build>

View File

@ -8,6 +8,13 @@ server:
servlet:
context-path: /gateway-manage
magic-api:
#配置web页面入口
web: /magic-api
#配置文件存储位置。当以classpath开头时为只读模式
resource:
location: /Users/wanggeng/Desktop/UploadFiles/data-api
spring:
login-url: /oauth/login
login-failure: /oauth/login?error

View File

@ -8,6 +8,13 @@ server:
servlet:
context-path: /gateway-manage
magic-api:
#配置web页面入口
web: /magic-api
#配置文件存储位置。当以classpath开头时为只读模式
resource:
location: /Users/wanggeng/Desktop/UploadFiles/data-api
spring:
login-url: /oauth/login
login-failure: /oauth/login?error