mitao
2024-07-05 7a1e9b29aa74f0ae130f462af7bf2b1f15d17b3c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<?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>
 
  <groupId>com.finance</groupId>
  <artifactId>finance</artifactId>
  <version>3.8.6</version>
 
  <name>finance</name>
  <url>https://1hoper.com/</url>
  <description>财政运行分析评估系统</description>
 
  <properties>
    <ruoyi.version>3.8.6</ruoyi.version>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
    <java.version>1.8</java.version>
    <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
    <druid.version>1.2.16</druid.version>
    <bitwalker.version>1.21</bitwalker.version>
    <swagger.version>3.0.0</swagger.version>
    <kaptcha.version>2.3.3</kaptcha.version>
    <pagehelper.boot.version>1.4.6</pagehelper.boot.version>
    <fastjson.version>2.0.39</fastjson.version>
    <oshi.version>6.4.4</oshi.version>
    <commons.io.version>2.13.0</commons.io.version>
    <commons.collections.version>3.2.2</commons.collections.version>
    <poi.version>4.1.2</poi.version>
    <velocity.version>2.3</velocity.version>
    <jwt.version>0.9.1</jwt.version>
    <hutool.version>5.7.17</hutool.version>
  </properties>
 
  <!-- 依赖声明 -->
  <dependencyManagement>
    <dependencies>
 
      <!-- SpringBoot的依赖配置-->
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>2.5.15</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
 
      <!-- 阿里数据库连接池 -->
      <dependency>
        <groupId>com.alibaba</groupId>
        <artifactId>druid-spring-boot-starter</artifactId>
        <version>${druid.version}</version>
      </dependency>
 
      <!-- 解析客户端操作系统、浏览器等 -->
      <dependency>
        <groupId>eu.bitwalker</groupId>
        <artifactId>UserAgentUtils</artifactId>
        <version>${bitwalker.version}</version>
      </dependency>
 
      <!-- pagehelper 分页插件 -->
      <!--            <dependency>-->
      <!--                <groupId>com.github.pagehelper</groupId>-->
      <!--                <artifactId>pagehelper-spring-boot-starter</artifactId>-->
      <!--                <version>${pagehelper.boot.version}</version>-->
      <!--            </dependency>-->
 
      <!-- 获取系统信息 -->
      <dependency>
        <groupId>com.github.oshi</groupId>
        <artifactId>oshi-core</artifactId>
        <version>${oshi.version}</version>
      </dependency>
 
      <!-- Swagger3依赖 -->
      <dependency>
        <groupId>io.springfox</groupId>
        <artifactId>springfox-boot-starter</artifactId>
        <version>${swagger.version}</version>
        <!--                <exclusions>-->
        <!--                    <exclusion>-->
        <!--                        <groupId>io.swagger</groupId>-->
        <!--                        <artifactId>swagger-models</artifactId>-->
        <!--                    </exclusion>-->
        <!--                </exclusions>-->
      </dependency>
      <!-- io常用工具类 -->
      <dependency>
        <groupId>commons-io</groupId>
        <artifactId>commons-io</artifactId>
        <version>${commons.io.version}</version>
      </dependency>
 
      <!-- excel工具 -->
      <!--            <dependency>-->
      <!--                <groupId>org.apache.poi</groupId>-->
      <!--                <artifactId>poi-ooxml</artifactId>-->
      <!--                <version>${poi.version}</version>-->
      <!--            </dependency>-->
 
 
      <!--            <dependency>-->
      <!--                <groupId>org.apache.poi</groupId>-->
      <!--                <artifactId>poi</artifactId>-->
      <!--                <version>${poi.version}</version>-->
      <!--            </dependency>-->
 
      <!--            <dependency>-->
      <!--                <groupId>org.apache.poi</groupId>-->
      <!--                <artifactId>poi-ooxml-schemas</artifactId>-->
      <!--                <version>${poi.version}</version>-->
      <!--            </dependency>-->
 
      <!-- velocity代码生成使用模板 -->
      <dependency>
        <groupId>org.apache.velocity</groupId>
        <artifactId>velocity-engine-core</artifactId>
        <version>${velocity.version}</version>
      </dependency>
 
      <!-- collections工具类 -->
      <dependency>
        <groupId>commons-collections</groupId>
        <artifactId>commons-collections</artifactId>
        <version>${commons.collections.version}</version>
      </dependency>
 
      <!-- 阿里JSON解析器 -->
      <dependency>
        <groupId>com.alibaba.fastjson2</groupId>
        <artifactId>fastjson2</artifactId>
        <version>${fastjson.version}</version>
      </dependency>
 
      <!-- Token生成与解析-->
      <dependency>
        <groupId>io.jsonwebtoken</groupId>
        <artifactId>jjwt</artifactId>
        <version>${jwt.version}</version>
      </dependency>
 
      <!-- 验证码 -->
      <dependency>
        <groupId>pro.fessional</groupId>
        <artifactId>kaptcha</artifactId>
        <version>${kaptcha.version}</version>
      </dependency>
 
      <!-- 定时任务-->
      <dependency>
        <groupId>com.finance</groupId>
        <artifactId>finance-quartz</artifactId>
        <version>${ruoyi.version}</version>
      </dependency>
 
      <!-- 代码生成-->
      <dependency>
        <groupId>com.finance</groupId>
        <artifactId>finance-generator</artifactId>
        <version>3.8.6</version>
      </dependency>
 
      <!-- 核心模块-->
      <dependency>
        <groupId>com.finance</groupId>
        <artifactId>finance-framework</artifactId>
        <version>3.8.6</version>
      </dependency>
 
      <!-- 系统模块-->
      <dependency>
        <groupId>com.finance</groupId>
        <artifactId>finance-system</artifactId>
        <version>3.8.6</version>
      </dependency>
 
      <!-- 通用工具-->
      <dependency>
        <groupId>com.finance</groupId>
        <artifactId>finance-common</artifactId>
        <version>3.8.6</version>
      </dependency>
 
      <!--hutool工具包-->
      <dependency>
        <groupId>cn.hutool</groupId>
        <artifactId>hutool-all</artifactId>
        <version>${hutool.version}</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
 
  <modules>
    <module>finance-admin</module>
    <module>finance-framework</module>
    <module>finance-system</module>
    <module>finance-quartz</module>
    <module>finance-generator</module>
    <module>finance-common</module>
    <module>finance-admin-dept</module>
    <module>code-generator</module>
  </modules>
  <packaging>pom</packaging>
 
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.1</version>
        <configuration>
          <source>${java.version}</source>
          <target>${java.version}</target>
          <encoding>${project.build.sourceEncoding}</encoding>
        </configuration>
      </plugin>
    </plugins>
  </build>
 
  <repositories>
    <repository>
      <id>public</id>
      <name>aliyun nexus</name>
      <url>https://maven.aliyun.com/repository/public</url>
      <releases>
        <enabled>true</enabled>
      </releases>
    </repository>
  </repositories>
 
  <pluginRepositories>
    <pluginRepository>
      <id>public</id>
      <name>aliyun nexus</name>
      <url>https://maven.aliyun.com/repository/public</url>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </pluginRepository>
  </pluginRepositories>
  <profiles>
    <profile>
      <id>dev</id>
      <properties>
        <!-- 环境标识,需要与配置文件的名称相对应 -->
        <profiles.active>dev</profiles.active>
        <logging.level>debug</logging.level>
      </properties>
      <activation>
        <!-- 默认环境 -->
        <activeByDefault>true</activeByDefault>
      </activation>
    </profile>
    <profile>
      <id>prod</id>
      <properties>
        <profiles.active>prod</profiles.active>
        <logging.level>warn</logging.level>
      </properties>
    </profile>
    <profile>
      <id>test</id>
      <properties>
        <profiles.active>test</profiles.active>
        <logging.level>warn</logging.level>
      </properties>
    </profile>
  </profiles>
</project>