From 1127319f227a1d9535112e01e0a716df96ea833b Mon Sep 17 00:00:00 2001
From: Leo <98382335+gaoziman@users.noreply.github.com>
Date: Wed, 9 Jul 2025 16:49:49 +0800
Subject: [PATCH] =?UTF-8?q?config:=20=E6=9B=B4=E6=96=B0=E5=BC=80=E5=8F=91?=
=?UTF-8?q?=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 更新IDEA代码检查配置,启用阿里巴巴代码规范检查
- 添加数据源配置,完善开发环境设置
- 优化开发体验和代码质量管控
---
.idea/dataSources.xml | 17 +++++++++++++++++
.idea/inspectionProfiles/Project_Default.xml | 18 ++++++++++++++++++
2 files changed, 35 insertions(+)
create mode 100644 .idea/dataSources.xml
diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml
new file mode 100644
index 0000000..c3314f1
--- /dev/null
+++ b/.idea/dataSources.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ mysql.8
+ true
+ com.mysql.cj.jdbc.Driver
+ jdbc:mysql://localhost:3306/coder-common-thin
+
+
+
+
+
+ $ProjectFileDir$
+
+
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
index fb94664..8fd32c9 100644
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -1,6 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+