feat(asset): 添加 Asset 模块配置和依赖
- 在父 pom.xml 中添加 yudao-module-asset 模块 - 添加 yudao-spring-boot-starter-env 依赖 - 修改 application.yaml 配置(Nacos 配置导入、Bean 覆盖) - 添加 SecurityConfiguration 配置类 - 添加 AssetWebConfiguration 配置类 - 修复启动失败问题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user