From d636003152aed798eccf760b3fa83482987e5e1a Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Tue, 27 Jul 2021 15:27:10 +0800
Subject: [PATCH] 1.数据库更换

---
 src/main/resources/application.yml |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 0565f5d..4e71a6f 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,6 +1,6 @@
 #服务器配置
 server:
-  port: 81
+  port: 2082
   undertow:
     # 设置IO线程数, 它主要执行非阻塞的任务,它们会负责多个连接, 默认设置每个CPU核心一个线程
     io-threads: 16
@@ -196,6 +196,17 @@
       - /recruitment/**
       - /dispatcherUnit/**
       - /dispatcher/**
+      - /equipage/**
+      - /car/**
+      - /gun/**
+      - /trainingRegistration/**
+      - /workReport/**
+      - /examSubjectChoices/**
+      - /exampaper/**
+      - /examScore/**
+      - /exampaper/**
+      - /apply/**
+      - /trainExam/**
     #授权认证配置
     auth:
       - method: ALL

--
Gitblit v1.9.3