Raod преди 4 години
родител
ревизия
1db2dd7679
променени са 2 файла, в които са добавени 11 реда и са изтрити 11 реда
  1. 1 1
      report-core/pom.xml
  2. 10 10
      report-core/src/main/resources/bootstrap-dev.yml

+ 1 - 1
report-core/pom.xml

@@ -9,7 +9,7 @@
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>aj-report</artifactId>
+    <artifactId>report-core</artifactId>
     <name>aj-report</name>
 
     <dependencies>

+ 10 - 10
report-core/src/main/resources/bootstrap-dev.yml

@@ -1,6 +1,15 @@
+server:
+  port: 9095
+  servlet:
+    encoding:
+      charset: UTF-8
+      force: true
+      enabled: true
+#  servlet:
+#    context-path: /business
 spring:
   application:
-    name: gaea-business
+    name: aj-report
 #  cloud:
 #    nacos:
 #      server-addr: 10.108.26.121:8848,10.108.26.145:8848
@@ -37,15 +46,6 @@ generator:
   enabled: true
   workspace: /workspace/gaea
   templatePath: template
-server:
-  port: 9092
-  servlet:
-    encoding:
-      charset: UTF-8
-      force: true
-      enabled: true
-#  servlet:
-#    context-path: /business
 mybatis-plus:
   configuration:
     log-impl: org.apache.ibatis.logging.stdout.StdOutImpl