Skip to content

Commit

Permalink
更新 application.yml 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
micyo202 committed May 6, 2020
1 parent 1538b28 commit 3d6f66e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lion-admin/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#spring:
# http:
# encoding:
# force-response: on
# security:
# user:
# name: ${USERNAME:admin}
Expand Down
3 changes: 3 additions & 0 deletions lion-auth/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#spring:
# http:
# encoding:
# force-response: on
# #处理 FeignClient 重名问题
# #main:
# #allow-bean-definition-overriding: on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#spring:
# http:
# encoding:
# force-response: on
# #处理 FeignClient 重名问题
# #main:
# #allow-bean-definition-overriding: on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#spring:
# http:
# encoding:
# force-response: on
# #处理 FeignClient 重名问题
# #main:
# #allow-bean-definition-overriding: on
Expand Down
3 changes: 3 additions & 0 deletions lion-gateway/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#spring:
# http:
# encoding:
# force-response: on
# #处理 FeignClient 重名问题
# #main:
# #allow-bean-definition-overriding: on
Expand Down
3 changes: 3 additions & 0 deletions lion-gateway/src/main/resources/application.yml.bak
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
spring:
profiles:
active: router
http:
encoding:
force-response: on
#处理 FeignClient 重名问题
#main:
#allow-bean-definition-overriding: on
Expand Down

0 comments on commit 3d6f66e

Please sign in to comment.