소스 검색

获得专利附图的guid

lwhhszx 1 년 전
부모
커밋
e293921c10
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      pom.xml
  2. 2 2
      src/main/resources/application.yml

+ 1 - 1
pom.xml

@@ -73,7 +73,7 @@
     </dependencies>
 
     <build>
-        <finalName>FMS-weiXin</finalName>
+        <finalName>FMS</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>

+ 2 - 2
src/main/resources/application.yml

@@ -1,7 +1,7 @@
 server:
   servlet:
     context-path: /
-  port: 8885
+  port: 8803
 sa-token:
   activity-timeout: 18000
   token-name: token
@@ -23,7 +23,7 @@ spring:
       max-file-size: 1000MB
       max-request-size: 1000MB
   profiles:
-    active: testNetIn
+    active: dev
   jackson:
     default-property-inclusion: non_null
     serialization: