jinpengyong
2023-10-31 277d2454db9b775cf9cd79a8810a9d8da53f15c2
screen-api/src/main/resources/application-dev.yml
@@ -1,5 +1,7 @@
server:
  port: 8081
  servlet:
    context-path: /api
spring:
  profiles:
    active: dev
@@ -109,6 +111,7 @@
  interceptor:
    exclude:
      - /login
      - /AppUser/**
      - /swagger-ui.html
      - /swagger-resources/**
      - /swagger-ui.html/**