Skip to content

Commit 597df3c

Browse files
committed
delete space!I format all the code!
1 parent 75d3682 commit 597df3c

File tree

8 files changed

+106
-102
lines changed

8 files changed

+106
-102
lines changed

.idea/workspace.xml

Lines changed: 101 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

filesecurity-spring-boot-autoconfigure/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,4 @@
5858
<version>${filesecurity.version}</version>
5959
</dependency>
6060
</dependencies>
61-
6261
</project>

filesecurity-spring-boot-samples/filesecurity-spring-boot-sample-annotation/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5-
65
<parent>
76
<artifactId>filesecurity-spring-boot-samples</artifactId>
87
<groupId>top.huangliusong2019</groupId>
@@ -14,13 +13,11 @@
1413
<artifactId>filesecurity-spring-boot-sample-annotation</artifactId>
1514
<version>${filesecurity-spring-boot-samples-annotation.version}</version>
1615

17-
1816
<dependencies>
1917
<dependency>
2018
<groupId>top.huangliusong2019</groupId>
2119
<artifactId>filesecurity-spring-boot-autoconfigure</artifactId>
2220
<version>${filesecurity-spring-boot-test-autoconfigure.version}</version>
2321
</dependency>
2422
</dependencies>
25-
2623
</project>

filesecurity-spring-boot-samples/filesecurity-spring-boot-sample-properties/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5-
65
<parent>
76
<artifactId>filesecurity-spring-boot-samples</artifactId>
87
<groupId>top.huangliusong2019</groupId>
98
<version>1.1.1-SNAPSHOT</version>
109
</parent>
11-
1210

1311
<modelVersion>4.0.0</modelVersion>
1412

@@ -22,5 +20,4 @@
2220
<version>${filesecurity-spring-boot-test-autoconfigure.version}</version>
2321
</dependency>
2422
</dependencies>
25-
2623
</project>

filesecurity-spring-boot-samples/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
<modelVersion>4.0.0</modelVersion>
1212

13-
1413
<artifactId>filesecurity-spring-boot-samples</artifactId>
1514
<packaging>pom</packaging>
1615
<version>1.1.1-SNAPSHOT</version>

filesecurity-spring-boot-starter/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<artifactId>filesecurity-spring-boot-starter</artifactId>
1313
<version>${filesecurity-spring-boot-starter.version}</version>
1414

15-
1615
<dependencies>
1716
<dependency>
1817
<groupId>top.huangliusong2019</groupId>
@@ -36,5 +35,4 @@
3635
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
3736
</snapshotRepository>
3837
</distributionManagement>
39-
4038
</project>

filesecurity/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@
1313
<artifactId>filesecurity</artifactId>
1414
<version>${filesecurity.version}</version>
1515

16-
1716
</project>

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<version>1.1.1-SNAPSHOT</version>
1717

1818
<modules>
19-
<module>filesecurity-spring-boot-autoconfigure</module>
20-
<module>filesecurity-spring-boot-test-autoconfigure</module>
21-
<module>filesecurity-spring-boot-samples</module>
2219
<module>filesecurity</module>
20+
<module>filesecurity-spring-boot-samples</module>
2321
<module>filesecurity-spring-boot-starter</module>
22+
<module>filesecurity-spring-boot-autoconfigure</module>
23+
<module>filesecurity-spring-boot-test-autoconfigure</module>
2424
</modules>
2525

2626
<properties>
@@ -34,7 +34,6 @@
3434
<filesecurity-spring-boot-test-autoconfigure.version>1.1.1-SNAPSHOT</filesecurity-spring-boot-test-autoconfigure.version>
3535
</properties>
3636

37-
3837
<dependencies>
3938
<dependency>
4039
<groupId>org.springframework.boot</groupId>
@@ -54,12 +53,14 @@
5453
<distribution>repo</distribution>
5554
</license>
5655
</licenses>
56+
5757
<scm>
5858
<tag>master</tag>
5959
<url>git@github.com:huangliusong/filesecurityspringboot.git</url>
6060
<connection>scm:git@github.com:huangliusong/filesecurityspringboot.git</connection>
6161
<developerConnection>scm:git@github.com:huangliusong/filesecurityspringboot.git</developerConnection>
6262
</scm>
63+
6364
<developers>
6465
<developer>
6566
<name>huangliusong</name>
@@ -68,7 +69,6 @@
6869
</developer>
6970
</developers>
7071

71-
7272
<distributionManagement>
7373
<repository>
7474
<id>releases</id>
@@ -114,7 +114,6 @@
114114
<target>1.8</target>
115115
</configuration>
116116
</plugin>
117-
118117
</plugins>
119118
</build>
120119
</project>

0 commit comments

Comments
 (0)