资源简介

【xbin-store】模仿国内知名B2C网站,实现的一个分布式B2C商城+,不可用于商业用途,如有版权问题,请联系删除!

资源截图

代码片段和文件信息

package cn.binux;

import com.alibaba.dubbo.container.Main;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Configuration;
import org.springframework.transaction.annotation.EnableTransactionManagement;

@Configuration
//@EnableApolloConfig
@SpringBootApplication
@EnableTransactionManagement
@MapperScan(basePackages = “cn.binux.mapper“)
public class XbinStoreServiceAdminApplication {

public static void main(String[] args) {
SpringApplication.run(XbinStoreServiceAdminApplication.class args);
Main.main(args);
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-01-17 16:19  xbin-store-master\
     目录           0  2018-01-18 14:53  xbin-store-master\xbin-store-service-portal\
     目录           0  2017-10-08 05:32  xbin-store-master\xbin-store-service-portal\docker\
     文件         329  2017-10-08 05:32  xbin-store-master\xbin-store-service-portal\docker\Dockerfile
     目录           0  2018-01-19 12:15  __MACOSX\
     目录           0  2018-01-19 12:15  __MACOSX\xbin-store-master\
     目录           0  2018-01-19 12:15  __MACOSX\xbin-store-master\xbin-store-service-portal\
     目录           0  2018-01-19 12:15  __MACOSX\xbin-store-master\xbin-store-service-portal\docker\
     文件         212  2017-10-08 05:32  __MACOSX\xbin-store-master\xbin-store-service-portal\docker\._Dockerfile
     文件         212  2017-10-08 05:32  __MACOSX\xbin-store-master\xbin-store-service-portal\._docker
     目录           0  2018-01-18 14:56  xbin-store-master\xbin-store-service-portal\target\
     目录           0  2018-01-18 14:53  xbin-store-master\xbin-store-service-portal\target\test-classes\
     目录           0  2018-01-18 14:53  xbin-store-master\xbin-store-service-portal\target\test-classes\cn\
     目录           0  2018-01-18 14:53  xbin-store-master\xbin-store-service-portal\target\test-classes\cn\binux\
     文件         660  2018-01-18 17:07  xbin-store-master\xbin-store-service-portal\target\test-classes\cn\binux\XbinStoreServicePortalApplicationTests.class
     目录           0  2018-01-18 14:53  xbin-store-master\xbin-store-service-portal\target\generated-sources\
     目录           0  2018-01-18 14:53  xbin-store-master\xbin-store-service-portal\target\generated-sources\annotations\
     目录           0  2018-01-18 14:53  xbin-store-master\xbin-store-service-portal\target\classes\
     目录           0  2018-01-18 14:53  xbin-store-master\xbin-store-service-portal\target\classes\cn\
     目录           0  2018-01-18 14:53  xbin-store-master\xbin-store-service-portal\target\classes\cn\binux\
     目录           0  2018-01-18 14:53  xbin-store-master\xbin-store-service-portal\target\classes\cn\binux\portal\
     目录           0  2018-01-18 14:53  xbin-store-master\xbin-store-service-portal\target\classes\cn\binux\portal\service\
     目录           0  2018-01-18 14:53  xbin-store-master\xbin-store-service-portal\target\classes\cn\binux\portal\service\impl\
     文件        3463  2018-01-18 17:07  xbin-store-master\xbin-store-service-portal\target\classes\cn\binux\portal\service\impl\PortalContentServiceImpl.class
     文件         972  2018-01-18 17:07  xbin-store-master\xbin-store-service-portal\target\classes\cn\binux\XbinStoreServicePortalApplication.class
     目录           0  2018-01-18 14:53  xbin-store-master\xbin-store-service-portal\target\classes\meta-INF\
     文件          32  2018-01-18 17:07  xbin-store-master\xbin-store-service-portal\target\classes\meta-INF\app.properties
     文件         422  2018-01-18 17:07  xbin-store-master\xbin-store-service-portal\target\classes\banner.txt
     文件        1933  2018-01-18 17:07  xbin-store-master\xbin-store-service-portal\target\classes\application.yml
     文件         579  2018-01-18 17:07  xbin-store-master\xbin-store-service-portal\target\classes\log4j.properties
     目录           0  2018-01-18 14:53  xbin-store-master\xbin-store-service-portal\target\maven-status\
............此处省略9190个文件信息

评论

共有 条评论