feat(asset): 添加 Asset 模块配置和依赖

- 在父 pom.xml 中添加 yudao-module-asset 模块
- 添加 yudao-spring-boot-starter-env 依赖
- 修改 application.yaml 配置(Nacos 配置导入、Bean 覆盖)
- 添加 SecurityConfiguration 配置类
- 添加 AssetWebConfiguration 配置类
- 修复启动失败问题
This commit is contained in:
oneos-deploy
2026-03-12 09:12:01 +08:00
parent a614df46f3
commit b6254c0f3b
5 changed files with 70 additions and 78 deletions

View File

@@ -16,6 +16,12 @@
<url>https://github.com/YunaiV/yudao-cloud</url>
<dependencies>
<!-- 环境配置 -->
<dependency>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-spring-boot-starter-env</artifactId>
</dependency>
<!-- 资产管理 API -->
<dependency>
<groupId>cn.iocoder.cloud</groupId>