File tree Expand file tree Collapse file tree 26 files changed +33
-33
lines changed
integration-mybatis-runner
integration-mybatis-plugin1
integration-mybatis-plugin2
integration-mybatisplus-main
plugins/integration-mybatisplus-plugin
springboot-plugin-framework
springboot-plugin-framework-extension
springboot-plugin-framework-extension-mybatis
springboot-plugin-framework-extension-resources Expand file tree Collapse file tree 26 files changed +33
-33
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.github.codingdebugallday</groupId >
8
8
<artifactId >basic-example</artifactId >
9
- <version >1.0.0 .RELEASE</version >
9
+ <version >1.0.1 .RELEASE</version >
10
10
</parent >
11
11
12
12
<artifactId >basic-example-main</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >basic-example</artifactId >
8
8
<groupId >com.github.codingdebugallday</groupId >
9
- <version >1.0.0 .RELEASE</version >
9
+ <version >1.0.1 .RELEASE</version >
10
10
</parent >
11
11
12
12
<artifactId >basic-example-runner</artifactId >
Original file line number Diff line number Diff line change 1
1
plugin.id =basic-example-plugin1
2
2
plugin.class =com.basic.example.plugin1.DefinePlugin
3
- plugin.version =1.0.0 .RELEASE
3
+ plugin.version =1.0.1 .RELEASE
4
4
plugin.provider =isaac
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >basic-example-plugin-parent</artifactId >
7
7
<groupId >com.github.codingdebugallday</groupId >
8
- <version >1.0.0 .RELEASE</version >
8
+ <version >1.0.1 .RELEASE</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 1
1
plugin.id =basic-example-plugin2
2
2
plugin.class =com.basic.example.plugin2.DefinePlugin
3
- plugin.version =1.0.0 .RELEASE
3
+ plugin.version =1.0.1 .RELEASE
4
4
plugin.provider =isaac
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >basic-example-plugin-parent</artifactId >
7
7
<groupId >com.github.codingdebugallday</groupId >
8
- <version >1.0.0 .RELEASE</version >
8
+ <version >1.0.1 .RELEASE</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.github.codingdebugallday</groupId >
8
8
<artifactId >basic-example</artifactId >
9
- <version >1.0.0 .RELEASE</version >
9
+ <version >1.0.1 .RELEASE</version >
10
10
</parent >
11
11
12
12
<artifactId >basic-example-plugin-parent</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.github.codingdebugallday</groupId >
8
8
<artifactId >springboot-plugin-framework-example</artifactId >
9
- <version >1.0.0 .RELEASE</version >
9
+ <version >1.0.1 .RELEASE</version >
10
10
</parent >
11
11
12
12
<artifactId >basic-example</artifactId >
Original file line number Diff line number Diff line change 12
12
13
13
<groupId >com.github.codingdebugallday</groupId >
14
14
<artifactId >integration-mybatis-main</artifactId >
15
- <version >1.0.0 .RELEASE</version >
15
+ <version >1.0.1 .RELEASE</version >
16
16
17
17
<properties >
18
- <springboot-plugin-framework .version>1.0.0 .RELEASE</springboot-plugin-framework .version>
19
- <extension-mybatis .version>1.0.0 .RELEASE</extension-mybatis .version>
20
- <extension-resources .version>1.0.0 .RELEASE</extension-resources .version>
18
+ <springboot-plugin-framework .version>1.0.1 .RELEASE</springboot-plugin-framework .version>
19
+ <extension-mybatis .version>1.0.1 .RELEASE</extension-mybatis .version>
20
+ <extension-resources .version>1.0.1 .RELEASE</extension-resources .version>
21
21
<mybatis-spring-boot-starter .version>2.1.3</mybatis-spring-boot-starter .version>
22
22
<springfox-swagger2 .version>2.9.2</springfox-swagger2 .version>
23
23
<swagger-bootstrap-ui .version>1.9.6</swagger-bootstrap-ui .version>
Original file line number Diff line number Diff line change 12
12
13
13
<groupId >com.github.codingdebugallday</groupId >
14
14
<artifactId >integration-mybatis-runner</artifactId >
15
- <version >1.0.0 .RELEASE</version >
15
+ <version >1.0.1 .RELEASE</version >
16
16
<packaging >jar</packaging >
17
17
<description >启动程序模块,将启动类配置到该模块下</description >
18
18
Original file line number Diff line number Diff line change 1
1
plugin.id =integration-mybatis-plugin1
2
2
plugin.class =com.mybatis.plugin1.ExamplePlugin1
3
- plugin.version =1.0.0 .RELEASE
3
+ plugin.version =1.0.1 .RELEASE
4
4
plugin.provider =isaac
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >integration-mybatis-plugin-parent</artifactId >
7
7
<groupId >com.github.codingdebugallday</groupId >
8
- <version >1.0.0 .RELEASE</version >
8
+ <version >1.0.1 .RELEASE</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 1
1
plugin.id =integration-mybatis-plugin2
2
2
plugin.class =com.mybatis.plugin2.ExamplePlugin2
3
- plugin.version =1.0.0 .RELEASE
3
+ plugin.version =1.0.1 .RELEASE
4
4
plugin.provider =isaac
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >integration-mybatis-plugin-parent</artifactId >
8
8
<groupId >com.github.codingdebugallday</groupId >
9
- <version >1.0.0 .RELEASE</version >
9
+ <version >1.0.1 .RELEASE</version >
10
10
</parent >
11
11
12
12
<artifactId >integration-mybatis-plugin2</artifactId >
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<artifactId >integration-mybatis</artifactId >
13
13
<groupId >com.github.codingdebugallday</groupId >
14
- <version >1.0.0 .RELEASE</version >
14
+ <version >1.0.1 .RELEASE</version >
15
15
</parent >
16
16
17
17
<artifactId >integration-mybatis-plugin-parent</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >springboot-plugin-framework-example</artifactId >
8
8
<groupId >com.github.codingdebugallday</groupId >
9
- <version >1.0.0 .RELEASE</version >
9
+ <version >1.0.1 .RELEASE</version >
10
10
</parent >
11
11
<packaging >pom</packaging >
12
12
Original file line number Diff line number Diff line change 12
12
13
13
<groupId >com.github.codingdebugallday</groupId >
14
14
<artifactId >integration-mybatisplus-main</artifactId >
15
- <version >1.0.0 .RELEASE</version >
15
+ <version >1.0.1 .RELEASE</version >
16
16
<description >集成mybatis-plus 案例--主程序</description >
17
17
18
18
<properties >
19
19
<java .version>1.8</java .version>
20
20
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
21
21
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
22
22
<maven-compiler-plugin .version>3.8.1</maven-compiler-plugin .version>
23
- <springboot-plugin-framework .version>1.0.0 .RELEASE</springboot-plugin-framework .version>
24
- <extension-mybatis .version>1.0.0 .RELEASE</extension-mybatis .version>
23
+ <springboot-plugin-framework .version>1.0.1 .RELEASE</springboot-plugin-framework .version>
24
+ <extension-mybatis .version>1.0.1 .RELEASE</extension-mybatis .version>
25
25
26
26
<mybatis-spring-boot-starter .version>2.1.3</mybatis-spring-boot-starter .version>
27
27
<mybatis-plus-boot-starter .version>3.3.2</mybatis-plus-boot-starter .version>
Original file line number Diff line number Diff line change 1
1
plugin.id =integration-mybatisplus-plugin
2
2
plugin.class =com.mybatisplus.plugin.MybatisPlusPlugin
3
- plugin.version =1.0.0 .RELEASE
3
+ plugin.version =1.0.1 .RELEASE
4
4
plugin.provider =isaac
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.github.codingdebugallday</groupId >
8
8
<artifactId >integration-mybatisplus-plugin</artifactId >
9
- <version >1.0.0 .RELEASE</version >
9
+ <version >1.0.1 .RELEASE</version >
10
10
11
11
<properties >
12
12
<plugin .id>integration-mybatisplus-plugin</plugin .id>
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >springboot-plugin-framework-example</artifactId >
8
8
<groupId >com.github.codingdebugallday</groupId >
9
- <version >1.0.0 .RELEASE</version >
9
+ <version >1.0.1 .RELEASE</version >
10
10
</parent >
11
11
12
12
<description >集成mybatis-plus案例</description >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.github.codingdebugallday</groupId >
8
8
<artifactId >springboot-plugin-framework-parent</artifactId >
9
- <version >1.0.0 .RELEASE</version >
9
+ <version >1.0.1 .RELEASE</version >
10
10
</parent >
11
11
12
12
<artifactId >springboot-plugin-framework-example</artifactId >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.github.codingdebugallday</groupId >
8
8
<artifactId >springboot-plugin-framework-parent</artifactId >
9
- <version >1.0.0 .RELEASE</version >
9
+ <version >1.0.1 .RELEASE</version >
10
10
<packaging >pom</packaging >
11
11
12
12
<modules >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.github.codingdebugallday</groupId >
8
8
<artifactId >springboot-plugin-framework-extension</artifactId >
9
- <version >1.0.0 .RELEASE</version >
9
+ <version >1.0.1 .RELEASE</version >
10
10
<packaging >pom</packaging >
11
11
12
12
<name >springboot-plugin-framework-extension</name >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.github.codingdebugallday</groupId >
8
8
<artifactId >springboot-plugin-framework-extension-mybatis</artifactId >
9
- <version >1.0.0 .RELEASE</version >
9
+ <version >1.0.1 .RELEASE</version >
10
10
11
11
<name >springboot-plugin-framework-extension-mybatis</name >
12
12
<description >spring boot 插件式开发集成扩展 mybatis</description >
47
47
<maven-javadoc-plugin .version>3.2.0</maven-javadoc-plugin .version>
48
48
<maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
49
49
50
- <springboot-plugin-framework .version>1.0.0 .RELEASE</springboot-plugin-framework .version>
50
+ <springboot-plugin-framework .version>1.0.1 .RELEASE</springboot-plugin-framework .version>
51
51
<mybatis-spring-boot-starter .version>2.1.3</mybatis-spring-boot-starter .version>
52
52
<mybatis-plus-boot-starter .version>3.3.2</mybatis-plus-boot-starter .version>
53
53
</properties >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.github.codingdebugallday</groupId >
8
8
<artifactId >springboot-plugin-framework-extension-resources</artifactId >
9
- <version >1.0.0 .RELEASE</version >
9
+ <version >1.0.1 .RELEASE</version >
10
10
11
11
<name >springboot-plugin-framework-extension-resources</name >
12
12
<description >插件扩展-通过url读取插件中的静态资源</description >
50
50
<spring-version >5.2.7.RELEASE</spring-version >
51
51
<javax .servlet-api.version>4.0.1</javax .servlet-api.version>
52
52
53
- <springboot-plugin-framework .version>1.0.0 .RELEASE</springboot-plugin-framework .version>
53
+ <springboot-plugin-framework .version>1.0.1 .RELEASE</springboot-plugin-framework .version>
54
54
<spring-boot .version>2.2.7.RELEASE</spring-boot .version>
55
55
</properties >
56
56
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.github.codingdebugallday</groupId >
8
8
<artifactId >springboot-plugin-framework</artifactId >
9
- <version >1.0.0 .RELEASE</version >
9
+ <version >1.0.1 .RELEASE</version >
10
10
11
11
<name >springboot-plugin-framework</name >
12
12
<description >spring boot 插件式开发集成包</description >
You can’t perform that action at this time.
0 commit comments