From 4cf211c24c9045b6c891dae425673ced26e2b5d3 Mon Sep 17 00:00:00 2001
From: 赵文轩 <1652863494@qq.com>
Date: 星期四, 06 六月 2024 19:41:22 +0800
Subject: [PATCH] 增加日志打印、创建表字段设置为小写、对于没有分页的数据也有可能是集合的处理、添加接口代码

---
 src/main/resources/application.properties |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 2eeb8b2..51502c6 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,4 +1,3 @@
-# 搴旂敤鏈嶅姟 WEB 璁块棶绔彛
-server.port=8080
-img.local.path=E:\\mycode\\img
-img.server.path=
+server.port=14765
+server.servlet.context-path=/
+logging.level.com.example=debug

--
Gitblit v1.8.0