• 大小:
    文件类型: .zip
    金币: 2
    下载: 2 次
    发布日期: 2022-06-30
  • 语言: 其他
  • 标签: java  电商系统  

资源简介

基于SpringBoot+MyBatis实现一套电商系统

资源截图

代码片段和文件信息

package com.macro.mall;

import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.transaction.annotation.EnableTransactionManagement;

/**
 * 应用启动入口
 * Created by macro on 2018/4/26.
 */
@SpringBootApplication
@MapperScan({“com.macro.mall.mapper““com.macro.mall.dao“})
@EnableTransactionManagement
public class MallAdminApplication {
    public static void main(String[] args) {
        SpringApplication.run(MallAdminApplication.class args);
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-03-12 10:45  mall\
     目录           0  2019-03-12 10:45  mall\.git\
     文件          23  2019-03-12 10:45  mall\.git\HEAD
     文件         301  2019-03-12 10:45  mall\.git\config
     文件          73  2019-03-12 10:37  mall\.git\description
     目录           0  2019-03-12 10:37  mall\.git\hooks\
     文件         478  2019-03-12 10:37  mall\.git\hooks\applypatch-msg.sample
     文件         896  2019-03-12 10:37  mall\.git\hooks\commit-msg.sample
     文件        3327  2019-03-12 10:37  mall\.git\hooks\fsmonitor-watchman.sample
     文件         189  2019-03-12 10:37  mall\.git\hooks\post-update.sample
     文件         424  2019-03-12 10:37  mall\.git\hooks\pre-applypatch.sample
     文件        1638  2019-03-12 10:37  mall\.git\hooks\pre-commit.sample
     文件        1348  2019-03-12 10:37  mall\.git\hooks\pre-push.sample
     文件        4898  2019-03-12 10:37  mall\.git\hooks\pre-rebase.sample
     文件         544  2019-03-12 10:37  mall\.git\hooks\pre-receive.sample
     文件        1492  2019-03-12 10:37  mall\.git\hooks\prepare-commit-msg.sample
     文件        3610  2019-03-12 10:37  mall\.git\hooks\update.sample
     文件       92458  2019-03-12 10:45  mall\.git\index
     目录           0  2019-03-12 10:37  mall\.git\info\
     文件         240  2019-03-12 10:37  mall\.git\info\exclude
     目录           0  2019-03-12 10:45  mall\.git\logs\
     文件         179  2019-03-12 10:45  mall\.git\logs\HEAD
     目录           0  2019-03-12 10:45  mall\.git\logs\refs\
     目录           0  2019-03-12 10:45  mall\.git\logs\refs\heads\
     文件         179  2019-03-12 10:45  mall\.git\logs\refs\heads\master
     目录           0  2019-03-12 10:45  mall\.git\logs\refs\remotes\
     目录           0  2019-03-12 10:45  mall\.git\logs\refs\remotes\origin\
     文件         179  2019-03-12 10:45  mall\.git\logs\refs\remotes\origin\HEAD
     目录           0  2019-03-12 10:37  mall\.git\objects\
     目录           0  2019-03-12 10:45  mall\.git\objects\info\
     目录           0  2019-03-12 10:45  mall\.git\objects\pack\
............此处省略1100个文件信息

评论

共有 条评论