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


基于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.gitHEAD
     文件         301  2019-03-12 10:45  mall.gitconfig
     文件          73  2019-03-12 10:37  mall.gitdescription
     目录           0  2019-03-12 10:37  mall.githooks
     文件         478  2019-03-12 10:37  mall.githooksapplypatch-msg.sample
     文件         896  2019-03-12 10:37  mall.githookscommit-msg.sample
     文件        3327  2019-03-12 10:37  mall.githooksfsmonitor-watchman.sample
     文件         189  2019-03-12 10:37  mall.githookspost-update.sample
     文件         424  2019-03-12 10:37  mall.githookspre-applypatch.sample
     文件        1638  2019-03-12 10:37  mall.githookspre-commit.sample
     文件        1348  2019-03-12 10:37  mall.githookspre-push.sample
     文件        4898  2019-03-12 10:37  mall.githookspre-rebase.sample
     文件         544  2019-03-12 10:37  mall.githookspre-receive.sample
     文件        1492  2019-03-12 10:37  mall.githooksprepare-commit-msg.sample
     文件        3610  2019-03-12 10:37  mall.githooksupdate.sample
     文件       92458  2019-03-12 10:45  mall.gitindex
     目录           0  2019-03-12 10:37  mall.gitinfo
     文件         240  2019-03-12 10:37  mall.gitinfoexclude
     目录           0  2019-03-12 10:45  mall.gitlogs
     文件         179  2019-03-12 10:45  mall.gitlogsHEAD
     目录           0  2019-03-12 10:45  mall.gitlogs
efs
     目录           0  2019-03-12 10:45  mall.gitlogs
efsheads
     文件         179  2019-03-12 10:45  mall.gitlogs
efsheadsmaster
     目录           0  2019-03-12 10:45  mall.gitlogs
efs
emotes
     目录           0  2019-03-12 10:45  mall.gitlogs
efs
emotesorigin
     文件         179  2019-03-12 10:45  mall.gitlogs
efs
emotesoriginHEAD
     目录           0  2019-03-12 10:37  mall.gitobjects
     目录           0  2019-03-12 10:45  mall.gitobjectsinfo
     目录           0  2019-03-12 10:45  mall.gitobjectspack
............此处省略1100个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)