From 6c764f473b1e0e9dd2fb13034fe0d7295ab3724e Mon Sep 17 00:00:00 2001
From: xuefei <564615061@qq.cm>
Date: 星期二, 08 八月 2023 11:05:58 +0800
Subject: [PATCH] 允许跨域
---
xboot-admin/src/main/resources/application.yml | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/xboot-admin/src/main/resources/application.yml b/xboot-admin/src/main/resources/application.yml
index 6d8c9e6..27becba 100644
--- a/xboot-admin/src/main/resources/application.yml
+++ b/xboot-admin/src/main/resources/application.yml
@@ -27,7 +27,7 @@
username: root
# Jasypt鍔犲瘑 鍙埌common-utils涓壘鍒癑asyptUtil鍔犺В瀵嗗伐鍏风被鐢熸垚鍔犲瘑缁撴灉 鏍煎紡涓篍NC(鍔犲瘑缁撴灉) 浠ヤ笅瑙e瘑缁撴灉涓�123456
#password: wanghaojie
- password: 123456
+ password: rootroot
type: com.alibaba.druid.pool.DruidDataSource
driverClassName: com.mysql.jdbc.Driver
# Druid StatViewServlet閰嶇疆
@@ -39,7 +39,7 @@
# 鍏佽娓呯┖缁熻鏁版嵁
reset-enable: true
login-username: root
- login-password: ENC(PYVnAYh+j5C3jkMV1d+myj6JzDaUk7pcfTWUaYsvQdEVkuvIVf7Y0mOU9XkffxT8)
+ login-password: boyingabcd12221!
# IP鐧藉悕鍗� 澶氫釜閫楀彿鍒嗛殧
allow:
# IP榛戝悕鍗�
@@ -297,11 +297,11 @@
- /hk/**
- /xboot/wx/**
- /index.html
- - /xboot/pcStatistic/**
- - /xboot/pcStatistic2/**
- - /xboot/pcStatistic3/**
- - /xboot/area/getAll
- - /xboot/areaSection/getAll2
+# - /xboot/pcStatistic/**
+# - /xboot/pcStatistic2/**
+# - /xboot/pcStatistic3/**
+# - /xboot/area/getAll
+# - /xboot/areaSection/getAll2
- /xboot/message/**
- /xboot/updateApp/**
- /xboot/fingerprint/getUserByCode
@@ -370,4 +370,4 @@
# 鏈�澶т繚瀛樺ぉ鏁�
max-history: 7
# 姣忎釜鏂囦欢鏈�澶уぇ灏�
- max-file-size: 5MB
\ No newline at end of file
+ max-file-size: 5MB
--
Gitblit v1.9.1