File tree Expand file tree Collapse file tree
src/main/java/xyz/mytang0/brook/common/configuration
brook-computing-extensions
brook-metadata-extensions
brook-spring-boot-autoconfigure
src/main/java/xyz/mytang0/brook/spring/boot/computing
brook-spring-boot-lock-redis
brook-spring-boot-metadata
brook-spring-boot-http-metadata
brook-spring-boot-mybatis
brook-spring-boot-starter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,4 +174,5 @@ buildNumber.properties
174174logs /
175175.git /
176176
177+ ** /.flattened-pom.xml
177178~
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ For expedited testing.
4747mvn archetype:generate \
4848 -DarchetypeGroupId=xyz.mytang0.brook.demo \
4949 -DarchetypeArtifactId=brook-demo-spring-archetype \
50- -DarchetypeVersion=1.0.0-SNAPSHOT \
50+ -DarchetypeVersion=1.0.0-alpha \
5151 -DgroupId=< my.groupid> \
5252 -DartifactId=< my-artifactId> \
5353 -DinteractiveMode=false \
Original file line number Diff line number Diff line change 77 <groupId >xyz.mytang0.brook</groupId >
88 <artifactId >brook-parent</artifactId >
99 <version >${revision} </version >
10- <relativePath >../pom.xml</relativePath >
1110 </parent >
1211
1312 <artifactId >brook-common</artifactId >
1413 <packaging >jar</packaging >
1514 <name >${project.artifactId} </name >
15+ <description >The common module of brook project.</description >
1616
1717 <dependencies >
1818 <dependency >
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ public ConfigOption<T> noDefaultValue() {
253253 }
254254
255255 /**
256- * Builder for {@link ConfigOption} of list of type {@link E} .
256+ * Builder for {@link ConfigOption} of list of type E .
257257 *
258258 * @param <E> list element type of the option
259259 */
Original file line number Diff line number Diff line change 77 <groupId >xyz.mytang0.brook</groupId >
88 <artifactId >brook-parent</artifactId >
99 <version >${revision} </version >
10- <relativePath >../pom.xml</relativePath >
1110 </parent >
1211
1312 <artifactId >brook-core</artifactId >
1413 <packaging >jar</packaging >
1514 <name >${project.artifactId} </name >
15+ <description >The core module of brook project.</description >
1616
1717 <dependencies >
1818 <dependency >
Original file line number Diff line number Diff line change 77 <groupId >xyz.mytang0.brook</groupId >
88 <artifactId >brook-demo</artifactId >
99 <version >${revision} </version >
10- <relativePath >../pom.xml</relativePath >
1110 </parent >
1211
1312 <groupId >xyz.mytang0.brook.demo</groupId >
1413 <artifactId >brook-demo-spring</artifactId >
1514 <version >${revision} </version >
1615
1716 <properties >
18- <skip .maven.deploy>true</skip .maven.deploy>
19-
2017 <!-- plugins -->
2118 <spring-boot-maven-plugin .version>2.0.3.RELEASE</spring-boot-maven-plugin .version>
2219
Original file line number Diff line number Diff line change 77 <groupId >xyz.mytang0.brook</groupId >
88 <artifactId >brook-parent</artifactId >
99 <version >${revision} </version >
10- <relativePath >../pom.xml</relativePath >
1110 </parent >
1211
1312 <artifactId >brook-demo</artifactId >
1413 <packaging >pom</packaging >
1514 <name >${project.artifactId} </name >
1615
1716 <properties >
17+ <skip .maven.deploy>true</skip .maven.deploy>
1818 <maven-archetype-plugin .version>3.2.0</maven-archetype-plugin .version>
1919 </properties >
2020
Original file line number Diff line number Diff line change 77 <groupId >xyz.mytang0.brook</groupId >
88 <artifactId >brook-parent</artifactId >
99 <version >${revision} </version >
10- <relativePath >../pom.xml</relativePath >
1110 </parent >
1211
1312 <artifactId >brook-engine</artifactId >
1413 <packaging >jar</packaging >
1514 <name >${project.artifactId} </name >
15+ <description >The engine module of brook project.</description >
1616
1717 <dependencies >
1818 <dependency >
Original file line number Diff line number Diff line change 77 <groupId >xyz.mytang0.brook</groupId >
88 <artifactId >brook-spi-extensions</artifactId >
99 <version >${revision} </version >
10- <relativePath >../pom.xml</relativePath >
1110 </parent >
1211
1312 <artifactId >brook-computing-extensions</artifactId >
1413 <packaging >pom</packaging >
1514 <name >${project.artifactId} </name >
15+ <description >The computing extensions module of brook project.</description >
1616
1717 <modules >
1818 </modules >
Original file line number Diff line number Diff line change 77 <groupId >xyz.mytang0.brook</groupId >
88 <artifactId >brook-lock-extensions</artifactId >
99 <version >${revision} </version >
10- <relativePath >../pom.xml</relativePath >
1110 </parent >
1211
1312 <artifactId >brook-lock-redis</artifactId >
1413 <packaging >jar</packaging >
1514 <name >${project.artifactId} </name >
15+ <description >The redis lock module of brook project.</description >
1616
1717 <properties >
1818 <redisson .version>3.18.0</redisson .version>
You can’t perform that action at this time.
0 commit comments