zoujiajian 2 年之前
父節點
當前提交
4c07150584
共有 2 個文件被更改,包括 2 次插入3 次删除
  1. 1 2
      netflix-web/src/main/resources/application.yml
  2. 1 1
      pom.xml

+ 1 - 2
netflix-web/src/main/resources/application.yml

@@ -1,4 +1,3 @@
 spring:
   profiles:
-    active:
-      - ${activeProfile}
+    active: dev

+ 1 - 1
pom.xml

@@ -72,7 +72,7 @@
             <dependency>
                 <groupId>cn.dev33</groupId>
                 <artifactId>sa-token-spring-boot-starter</artifactId>
-                <version>1.36.0</version>
+                <version>1.26.0</version>
             </dependency>
 
         </dependencies>