瀏覽代碼

初始化

E_wsq 3 年之前
父節點
當前提交
b23ed0eff2
共有 2 個文件被更改,包括 43 次插入22 次删除
  1. 26 20
      .gitignore
  2. 17 2
      README.md

+ 26 - 20
.gitignore 查看文件

@@ -1,24 +1,30 @@
1
-# ---> Java
2
-# Compiled class file
3
-*.class
1
+.mvn/
2
+target/
3
+!**/src/main/**
4
+!**/src/test/**
4 5
 
5
-# Log file
6
-*.log
6
+### STS ###
7
+.apt_generated
8
+.classpath
9
+.factorypath
10
+.project
11
+.settings
12
+.springBeans
13
+.sts4-cache
7 14
 
8
-# BlueJ files
9
-*.ctxt
15
+### IntelliJ IDEA ###
16
+.idea
17
+*.iws
18
+*.iml
19
+*.ipr
10 20
 
11
-# Mobile Tools for Java (J2ME)
12
-.mtj.tmp/
13
-
14
-# Package Files #
15
-*.jar
16
-*.war
17
-*.ear
18
-*.zip
19
-*.tar.gz
20
-*.rar
21
-
22
-# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23
-hs_err_pid*
21
+### NetBeans ###
22
+/nbproject/private/
23
+/nbbuild/
24
+/dist/
25
+/nbdist/
26
+/.nb-gradle/
27
+build/
24 28
 
29
+### VS Code ###
30
+.vscode/

+ 17 - 2
README.md 查看文件

@@ -1,3 +1,18 @@
1
-# spring-boot-starter-activemq-demo
1
+这是一个仅使用spring-boot-starter-activemq的演示示例
2
+
3
+使用spring-boot-starter-activemq后变得对于mq消息的生产和消费非常简易,具体请看想应的示例代码。
4
+
5
+与http://gitea.vcarecity.com/ewsq/Spring-boot-starter-activeMQ-JmsMessagingTemplate不同的是,这里面演示了怎么去获取配置文件中的相应信息来配置连接。
6
+
7
+
8
+
9
+knife4j-spring-boot-starter 是用来生成API文档的,启动后访问API的地址是:
10
+
11
+http://127.0.0.1:9090/doc.html
12
+
13
+
14
+
15
+这里也演示了使用SpringBoot自带的quartz去做定时任务。
16
+
17
+
2 18
 
3
-spring-boot-starter-activemq-demo