Commit 7d5c4c21 authored by liaozan's avatar liaozan 🏀

Add all starters to archetype

parent 4d330e8f
......@@ -18,6 +18,7 @@ target/
*.ipr
*.iml
*.iws
.fastRequest/
# temp ignore
*.log*
......@@ -31,4 +32,4 @@ target/
Thumbs.db
# log
logs
\ No newline at end of file
logs
......@@ -28,4 +28,4 @@
</dependency>
</dependencies>
</project>
\ No newline at end of file
</project>
......@@ -20,4 +20,4 @@
</dependency>
</dependencies>
</project>
\ No newline at end of file
</project>
......@@ -20,4 +20,4 @@
</dependency>
</dependencies>
</project>
\ No newline at end of file
</project>
......@@ -28,4 +28,4 @@
</dependency>
</dependencies>
</project>
\ No newline at end of file
</project>
......@@ -30,6 +30,22 @@
<groupId>com.schbrain.framework</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.schbrain.framework</groupId>
<artifactId>elasticsearch-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.schbrain.framework</groupId>
<artifactId>kafka-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.schbrain.framework</groupId>
<artifactId>oss-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.schbrain.framework</groupId>
<artifactId>xxl-job-spring-boot-starter</artifactId>
</dependency>
</dependencies>
</project>
\ No newline at end of file
</project>
......@@ -24,4 +24,4 @@
</dependency>
</dependencies>
</project>
\ No newline at end of file
</project>
......@@ -54,4 +54,4 @@
</plugins>
</build>
</project>
\ No newline at end of file
</project>
......@@ -10,4 +10,4 @@ public class Application {
SpringApplication.run(Application.class, args);
}
}
\ No newline at end of file
}
spring:
application:
name: ${rootArtifactId}
\ No newline at end of file
name: ${rootArtifactId}
......@@ -20,4 +20,4 @@ public class ApplicationTest {
log.info("application started");
}
}
\ No newline at end of file
}
spring:
application:
name: ${rootArtifactId}
profiles:
active: dev
apollo:
bootstrap:
namespaces: application,jdbc-common,redis-common
\ No newline at end of file
......@@ -28,4 +28,4 @@
</dependency>
</dependencies>
</project>
\ No newline at end of file
</project>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment