File tree 3 files changed +22
-10
lines changed
3 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 18
18
19
19
------------------------------
20
20
21
- 🇨🇳简体中文 | 🇺🇸[ English] ( ./README-EN.md ) | [ 更新日志] ( https://github.com/hope-for/hope-boot/commits/master ) | 当前版本:label : [ 0.0.2 ] ( https://github.com/hope-for/hope-boot )
21
+ 🇨🇳简体中文 | 🇺🇸[ English] ( ./README-EN.md ) | [ 更新日志] ( https://github.com/hope-for/hope-boot/commits/master ) | 当前版本:label : [ 0.0.3 ] ( https://github.com/hope-for/hope-boot )
22
22
23
23
# 模块划分
24
24
Original file line number Diff line number Diff line change 14
14
</description >
15
15
<!-- 继承父模板-->
16
16
<parent >
17
- <groupId >com.hope</groupId >
18
- <artifactId >hope-boot</artifactId >
19
- <version >0.0.1-SNAPSHOT</version >
17
+ <groupId >org.springframework.boot</groupId >
18
+ <artifactId >spring-boot-starter-parent</artifactId >
19
+ <version >2.0.5.RELEASE</version >
20
+ <relativePath />
20
21
</parent >
21
22
23
+ <properties >
24
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
25
+ <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
26
+ <java .version>1.8</java .version>
27
+ </properties >
28
+
22
29
<dependencies >
23
30
<dependency >
24
31
<groupId >org.mybatis.spring.boot</groupId >
25
32
<artifactId >mybatis-spring-boot-starter</artifactId >
26
33
<version >1.3.2</version >
27
34
</dependency >
35
+ <dependency >
36
+ <groupId >org.springframework.boot</groupId >
37
+ <artifactId >spring-boot-starter-web</artifactId >
38
+ </dependency >
28
39
<dependency >
29
40
<groupId >org.flywaydb</groupId >
30
41
<artifactId >flyway-core</artifactId >
31
42
</dependency >
43
+
32
44
<dependency >
33
45
<groupId >mysql</groupId >
34
46
<artifactId >mysql-connector-java</artifactId >
35
47
<scope >runtime</scope >
36
48
</dependency >
49
+ <dependency >
50
+ <groupId >org.springframework.boot</groupId >
51
+ <artifactId >spring-boot-starter-test</artifactId >
52
+ <scope >test</scope >
53
+ </dependency >
37
54
</dependencies >
55
+
38
56
<!-- 该模块不需要打包-->
39
57
</project >
Original file line number Diff line number Diff line change 13
13
<module >hope-framework</module >
14
14
<module >hope-sso-server</module >
15
15
<module >hope-generator</module >
16
- <module >hope-flyway</module >
17
16
</modules >
18
17
<packaging >pom</packaging >
19
18
92
91
<artifactId >hope-generator</artifactId >
93
92
<version >0.0.1-SNAPSHOT</version >
94
93
</dependency >
95
- <dependency >
96
- <groupId >com.hope</groupId >
97
- <artifactId >hope-flyway</artifactId >
98
- <version >0.0.1-SNAPSHOT</version >
99
- </dependency >
100
94
</dependencies >
101
95
</dependencyManagement >
102
96
You can’t perform that action at this time.
0 commit comments