File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
springboot-starter-data-permission
springboot-starter-security-jwt Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 7
7
<version >0.0.1</version >
8
8
</parent >
9
9
<artifactId >springboot-example</artifactId >
10
- <version >0.0.1</version >
11
10
12
11
<name >springboot-example</name >
13
12
<description >springboot-example project for Spring Boot</description >
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <modelVersion >4.0.0</modelVersion >
5
6
<parent >
6
7
<artifactId >springboot-framework-parent</artifactId >
7
8
<groupId >com.codingapi.springboot</groupId >
8
9
<version >0.0.1</version >
9
10
</parent >
10
- < modelVersion >4.0.0</ modelVersion >
11
+
11
12
12
13
<artifactId >springboot-starter-data-permission</artifactId >
13
14
15
+ <name >springboot-starter-data-permission</name >
16
+ <description >springboot-starter-data-permission project for Spring Boot</description >
17
+
14
18
<properties >
15
19
<java .version>1.8</java .version>
16
20
</properties >
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <modelVersion >4.0.0</modelVersion >
5
6
<parent >
6
7
<artifactId >springboot-framework-parent</artifactId >
7
8
<groupId >com.codingapi.springboot</groupId >
8
9
<version >0.0.1</version >
9
10
</parent >
10
- < modelVersion >4.0.0</ modelVersion >
11
+
11
12
<artifactId >springboot-starter-security-jwt</artifactId >
12
13
13
14
<name >springboot-starter-security-jwt</name >
You can’t perform that action at this time.
0 commit comments