Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
3d9be4a2
Commit
3d9be4a2
authored
Jun 27, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改json序列化
parent
0407e421
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
smart-gateway/pom.xml
smart-gateway/pom.xml
+1
-1
smart-gateway/src/main/resources/bootstrap.yml
smart-gateway/src/main/resources/bootstrap.yml
+8
-0
No files found.
smart-gateway/pom.xml
View file @
3d9be4a2
...
@@ -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.paren
t.artifactId}/boot
</outputDirectory>
<outputDirectory>
${project.
basedir}/dist/${projec
t.artifactId}/boot
</outputDirectory>
<layout>
ZIP
</layout>
<layout>
ZIP
</layout>
</configuration>
</configuration>
</plugin>
</plugin>
...
...
smart-gateway/src/main/resources/bootstrap.yml
View file @
3d9be4a2
...
@@ -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 配置类
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment