• 大小: 4.39MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-20
  • 语言: 其他
  • 标签: Rocketmq  

资源简介

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.xml
     目录           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.xml
     目录           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个文件信息

评论

共有 条评论