coder-common-thin-backend/coder-common-thin-plugins/pom.xml
Leo 55734b2b12 feat(config): 集成字典管理模块配置
- 在插件父pom中添加字典模块引用
- 在Web启动模块中添加字典模块依赖
- 启用@EnableCoderDict字典翻译插件
- 配置应用启动时字典缓存预热
- 完成字典管理系统完整集成
2025-09-26 16:37:50 +08:00

29 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.leocoder.thin</groupId>
<artifactId>coder-common-thin-backend</artifactId>
<version>${revision}</version>
</parent>
<artifactId>coder-common-thin-plugins</artifactId>
<packaging>pom</packaging>
<description>插件模块</description>
<modules>
<module>coder-common-thin-resultex</module>
<module>coder-common-thin-sa-token</module>
<module>coder-common-thin-desensitize</module>
<module>coder-common-thin-easyexcel</module>
<module>coder-common-thin-repect</module>
<module>coder-common-thin-limit</module>
<module>coder-common-thin-oper-logs</module>
<module>coder-common-thin-oss</module>
<module>coder-common-thin-dict</module>
</modules>
</project>