Skip to content

Commit 702f10e

Browse files
committed
redis
1 parent a819399 commit 702f10e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

rabbitmq/src/main/java/info/xiaomo/rabbitmq/RabbitMqMain.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* @email: hupengbest@163.com
2020
* @QQ_NO: 83387856
2121
* @Date: 2016/4/1 15:38
22-
* @Description: 后台管理启动器
22+
* @Description: RabbitMq启动器
2323
* @Copyright(©) 2015 by xiaomo.
2424
**/
2525
@Configuration
@@ -30,6 +30,7 @@ public class RabbitMqMain {
3030
public static void main(String[] args) throws Exception {
3131
SpringApplication.run(RabbitMqMain.class, args);
3232
}
33+
3334
@Bean
3435
public Queue helloQueue() {
3536
return new Queue("hello");

redis/src/main/java/info/xiaomo/redis/RedisMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @email: hupengbest@163.com
1717
* @QQ_NO: 83387856
1818
* @Date: 2016/4/1 15:38
19-
* @Description: 后台管理启动器
19+
* @Description: Redis启动器
2020
* @Copyright(©) 2015 by xiaomo.
2121
**/
2222
@Configuration

scheduled/src/main/java/info/xiaomo/scheduled/ScheduledMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @email: hupengbest@163.com
1919
* @QQ_NO: 83387856
2020
* @Date: 2016/4/1 15:38
21-
* @Description: 后台管理启动器
21+
* @Description: 任务启动器
2222
* @Copyright(©) 2015 by xiaomo.
2323
**/
2424
@Configuration

0 commit comments

Comments
 (0)