资源简介
Springboot+Redis+Dubbo+Rocketmq Springboot+Redis+Dubbo+Rocketmq Springboot+Redis+Dubbo+Rocketmq
代码片段和文件信息
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License Version 2.0
* (the “License“); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing software
* distributed under the License is distributed on an “AS IS“ BASIS
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.rocketmq.console;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@EnableAutoConfiguration
@SpringBootApplication
public class App {
public static void main(String[] args) {
SpringApplication.run(App.class args);
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-09-30 03:09 whatsmars-master\
文件 174 2017-09-30 03:09 whatsmars-master\.gitignore
文件 96 2017-09-30 03:09 whatsmars-master\.travis.yml
文件 1669 2017-09-30 03:09 whatsmars-master\README.md
文件 7859 2017-09-30 03:09 whatsmars-master\pom.xm
目录 0 2017-09-30 03:09 whatsmars-master\profile\
文件 313 2017-09-30 03:09 whatsmars-master\profile\development.properties
文件 313 2017-09-30 03:09 whatsmars-master\profile\production.properties
文件 1397 2017-09-30 03:09 whatsmars-master\profile\test.properties
目录 0 2017-09-30 03:09 whatsmars-master\rocketmq-console\
文件 322 2017-09-30 03:09 whatsmars-master\rocketmq-console\.travis.yml
文件 29843 2017-09-30 03:09 whatsmars-master\rocketmq-console\LICENSE
文件 176 2017-09-30 03:09 whatsmars-master\rocketmq-console\NOTICE
文件 2169 2017-09-30 03:09 whatsmars-master\rocketmq-console\README.md
目录 0 2017-09-30 03:09 whatsmars-master\rocketmq-console\doc\
目录 0 2017-09-30 03:09 whatsmars-master\rocketmq-console\doc\1_0_0\
文件 3824 2017-09-30 03:09 whatsmars-master\rocketmq-console\doc\1_0_0\Milestone.md
文件 2961 2017-09-30 03:09 whatsmars-master\rocketmq-console\doc\1_0_0\UserGuide_CN.md
文件 2846 2017-09-30 03:09 whatsmars-master\rocketmq-console\doc\1_0_0\UserGuide_EN.md
文件 11424 2017-09-30 03:09 whatsmars-master\rocketmq-console\pom.xm
目录 0 2017-09-30 03:09 whatsmars-master\rocketmq-console\src\
目录 0 2017-09-30 03:09 whatsmars-master\rocketmq-console\src\main\
目录 0 2017-09-30 03:09 whatsmars-master\rocketmq-console\src\main\docker\
文件 169 2017-09-30 03:09 whatsmars-master\rocketmq-console\src\main\docker\Dockerfile
目录 0 2017-09-30 03:09 whatsmars-master\rocketmq-console\src\main\java\
目录 0 2017-09-30 03:09 whatsmars-master\rocketmq-console\src\main\java\org\
目录 0 2017-09-30 03:09 whatsmars-master\rocketmq-console\src\main\java\org\apache\
目录 0 2017-09-30 03:09 whatsmars-master\rocketmq-console\src\main\java\org\apache\rocketmq\
目录 0 2017-09-30 03:09 whatsmars-master\rocketmq-console\src\main\java\org\apache\rocketmq\console\
文件 1207 2017-09-30 03:09 whatsmars-master\rocketmq-console\src\main\java\org\apache\rocketmq\console\App.java
目录 0 2017-09-30 03:09 whatsmars-master\rocketmq-console\src\main\java\org\apache\rocketmq\console\aspect\
............此处省略2008个文件信息
- 上一篇:QT实现的MP3播放器
- 下一篇:10895t.rar
相关资源
- RocketMQ开发指南
- rocketmq-console.war
- rocketmq3.5.8安装包附安装步骤
- rocketmq-console.war 3.2.6 管控台war包
- alibaba-rocketmq3.5.8 tar包
- rocketmq web-console 管理界面war包
- RocketMQ实战与原理解析 高清 PDF
- RocketMQ实战与原理解析.pdf
- 《RocketMQ实战与原理解析》PDF
- flowable demo
- RocketMQ实战 源码解析
- (最新) 阿里云消息 RocketMQ开发手册
- apache-rocketmq-4.2.0.tar.gz
- spring-boot-starter-rocketmq
- springboot集成rocketMQdemo
评论
共有 条评论