Commit 3d9be4a2 authored by 赵啸非's avatar 赵啸非

修改json序列化

parent 0407e421
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<configuration> <configuration>
<jvmArguments>-Dfile.encoding=UTF-8</jvmArguments> <jvmArguments>-Dfile.encoding=UTF-8</jvmArguments>
<outputDirectory>${project.parent.basedir}/dist/${project.parent.artifactId}/boot</outputDirectory> <outputDirectory>${project.basedir}/dist/${project.artifactId}/boot</outputDirectory>
<layout>ZIP</layout> <layout>ZIP</layout>
</configuration> </configuration>
</plugin> </plugin>
......
...@@ -33,6 +33,14 @@ spring: ...@@ -33,6 +33,14 @@ spring:
predicates: predicates:
- Path=/base/** - Path=/base/**
# filters: # filters:
# - StripPrefix=1
# 门户服务
- id: portal-manager
# uri: http://127.0.0.1:17211
uri: lb://portal-manager
predicates:
- Path=/zwfw/**
# filters:
# - StripPrefix=1 # - StripPrefix=1
nacos: nacos:
# Nacos 作为注册中心的配置项,对应 NacosDiscoveryProperties 配置类 # Nacos 作为注册中心的配置项,对应 NacosDiscoveryProperties 配置类
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment