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*
...@@ -31,4 +32,4 @@ target/ ...@@ -31,4 +32,4 @@ target/
Thumbs.db Thumbs.db
# log # log
logs logs
\ No newline at end of file
...@@ -28,4 +28,4 @@ ...@@ -28,4 +28,4 @@
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
...@@ -20,4 +20,4 @@ ...@@ -20,4 +20,4 @@
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
...@@ -20,4 +20,4 @@ ...@@ -20,4 +20,4 @@
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
...@@ -28,4 +28,4 @@ ...@@ -28,4 +28,4 @@
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
...@@ -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>
\ No newline at end of file
...@@ -24,4 +24,4 @@ ...@@ -24,4 +24,4 @@
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
...@@ -54,4 +54,4 @@ ...@@ -54,4 +54,4 @@
</plugins> </plugins>
</build> </build>
</project> </project>
\ No newline at end of file
...@@ -10,4 +10,4 @@ public class Application { ...@@ -10,4 +10,4 @@ public class Application {
SpringApplication.run(Application.class, args); SpringApplication.run(Application.class, args);
} }
} }
\ No newline at end of file
spring: spring:
application: application:
name: ${rootArtifactId} name: ${rootArtifactId}
\ No newline at end of file
...@@ -20,4 +20,4 @@ public class ApplicationTest { ...@@ -20,4 +20,4 @@ public class ApplicationTest {
log.info("application started"); log.info("application started");
} }
} }
\ No newline at end of file
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
...@@ -28,4 +28,4 @@ ...@@ -28,4 +28,4 @@
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
\ 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