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 | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 959ded7..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
@@ -205,6 +205,8 @@
- /exampaper/**
- /examScore/**
- /exampaper/**
+ - /apply/**
+ - /trainExam/**
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3