add static module

This commit is contained in:
thinkgem
2024-07-21 17:55:49 +08:00
parent 53bea929c1
commit a0fa0281fa
7 changed files with 138 additions and 0 deletions

View File

@@ -113,6 +113,20 @@
<version>${project.parent.version}</version>
</dependency>
<!-- Core Static -->
<dependency>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-module-static</artifactId>
<version>${project.parent.version}</version>
</dependency>
<!-- CAS 单点登录模块 -->
<dependency>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-module-cas</artifactId>
<version>${project.parent.version}</version>
</dependency>
<!-- ELK 日志收集 -->
<dependency>
<groupId>net.logstash.logback</groupId>