feat(data-align): 初始化数据对齐模块
- 添加 han-note-data-align 模块基础结构 - 配置 application.yml 和 bootstrap.yml 文件 - 设置 MyBatis Plus 和 Redis 配置 - 集成 Nacos 服务发现与配置中心 - 添加日志配置文件 logback-spring.xml - 创建数据源和 MyBatis 相关 IDEA 配置文件- 更新 .gitignore 排除特定开发环境配置和日志文件 - 配置 IntelliJ IDEA 编译器和编码设置
This commit is contained in:
6
.idea/swagger-settings.xml
generated
Normal file
6
.idea/swagger-settings.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="SwaggerSettings">
|
||||
<option name="defaultPreviewType" value="REDOC" />
|
||||
</component>
|
||||
</project>
|
||||
Reference in New Issue
Block a user