Commit 7d5c4c21 authored by liaozan's avatar liaozan 🏀

Add all starters to archetype

parent 4d330e8f
...@@ -18,6 +18,7 @@ target/ ...@@ -18,6 +18,7 @@ target/
*.ipr *.ipr
*.iml *.iml
*.iws *.iws
.fastRequest/
# temp ignore # temp ignore
*.log* *.log*
......
...@@ -30,6 +30,22 @@ ...@@ -30,6 +30,22 @@
<groupId>com.schbrain.framework</groupId> <groupId>com.schbrain.framework</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId> <artifactId>dubbo-spring-boot-starter</artifactId>
</dependency> </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> </dependencies>
</project> </project>
spring: spring:
application: application:
name: ${rootArtifactId} name: ${rootArtifactId}
profiles:
active: dev
apollo:
bootstrap:
namespaces: application,jdbc-common,redis-common
\ No newline at end of file
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