From c085e6fa1cb24f0173b500488ecd192dd2ae624f Mon Sep 17 00:00:00 2001
From: 1697371125@qq.com <wei1697371125>
Date: 星期五, 25 十二月 2020 15:13:50 +0800
Subject: [PATCH] 增加解释及库表说明

---
 platform-admin/src/main/resources/application.yml |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/platform-admin/src/main/resources/application.yml b/platform-admin/src/main/resources/application.yml
index 92dd386..8f293f0 100644
--- a/platform-admin/src/main/resources/application.yml
+++ b/platform-admin/src/main/resources/application.yml
@@ -4,7 +4,7 @@
 #    password: platform
 
 server:
-  port: 8888
+  port: 9096
   servlet:
     context-path: /
   tomcat:
@@ -15,10 +15,10 @@
 spring:
   # 鏁版嵁婧�
   datasource:
-    url: jdbc:mysql://127.0.0.1:3306/zhyl?useUnicode=true&characterEncoding=utf-8&useSSL=false
-    username: root
+    url: jdbc:mysql://39.96.92.240:3306/zhyl?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
+    username: boying
     # Jasypt鍔犲瘑 鍙埌common-utils涓壘鍒癑asyptUtil鍔犺В瀵嗗伐鍏风被鐢熸垚鍔犲瘑缁撴灉 鏍煎紡涓篍NC(鍔犲瘑缁撴灉) 浠ヤ笅瑙e瘑缁撴灉涓�123456
-    password: root
+    password: 2009boying
     type: com.alibaba.druid.pool.DruidDataSource
     driverClassName: com.mysql.cj.jdbc.Driver
     # Druid StatViewServlet閰嶇疆
@@ -100,14 +100,14 @@
 platform:
   # 鍏ㄥ眬闄愭祦
   ratelimit:
-    enable: true
+    enable: false
     # 姣�1绉掑唴
     timeout: 1000
     # 鎬婚檺鍒�200涓姹�
     limit: 200
   # IP闄愭祦
   iplimit:
-    enable: true
+    enable: false
     # 姣�1绉掑唴
     timeout: 1000
     # 姣忎釜ip闄愬埗20涓姹�
@@ -152,6 +152,7 @@
 ignored:
   # 鏃犻渶鐧诲綍璁よ瘉鐨勮姹�
   urls:
+    - /**
     - /platform/file/**
     - /platform/oauth2/**
     - /platform/actuator/**
@@ -175,6 +176,8 @@
     - /**/*.css
     - /**/*.png
     - /**/*.ico
+    - /**/*.html
+    - /*.html
 
 # Actuator
 management:

--
Gitblit v1.9.1