• 大小: 68.79MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2022-08-06
  • 语言: 数据库
  • 标签:

资源简介

电商平台源码spring boot ,vue,mysql 前台包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块 后台管理包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、代码生成设置等模块

资源截图

代码片段和文件信息

package com.shinho.hh.back.admin;


import com.shinho.hh.back.admin.common.consts.HhAdminSystemConst;
import com.shinho.hh.back.admin.common.utils.SpringContextUtil;
import com.shinho.tntframe.core.annotation.MyBatisDao;
import com.shinho.tntframe.core.config.Jackson2MessageConverterConfiguration;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.Import;
import org.springframework.scheduling.annotation.EnableScheduling;
import org.springframework.transaction.annotation.EnableTransactionManagement;

@SpringBootApplication
@MapperScan(basePackages = HhAdminSystemConst.MYBATIS_MAPPER_SCAN_PACKAGE annotationClass = MyBatisDao.class)
@EnableTransactionManagement
@EnableScheduling
@Import({Jackson2MessageConverterConfiguration.class})
public class HhAdminApplication {

    public static void main(String[] args) {
//        SpringApplication.run(HhAdminApplication.class args);
        ApplicationContext app = SpringApplication.run(HhAdminApplication.class args);
        SpringContextUtil.setApplicationContext(app);
    }

}


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-05-24 10:37  20190524所有项目\
     目录           0  2019-05-24 10:36  20190524所有项目\hh-admin\
     目录           0  2019-05-24 10:36  20190524所有项目\hh-admin\.git\
     文件          32  2019-05-24 10:36  20190524所有项目\hh-admin\.git\HEAD
     文件         342  2019-05-24 10:36  20190524所有项目\hh-admin\.git\config
     文件          73  2019-05-24 10:36  20190524所有项目\hh-admin\.git\description
     目录           0  2019-05-24 10:36  20190524所有项目\hh-admin\.git\hooks\
     文件         478  2019-05-24 10:36  20190524所有项目\hh-admin\.git\hooks\applypatch-msg.sample
     文件         896  2019-05-24 10:36  20190524所有项目\hh-admin\.git\hooks\commit-msg.sample
     文件        3327  2019-05-24 10:36  20190524所有项目\hh-admin\.git\hooks\fsmonitor-watchman.sample
     文件         189  2019-05-24 10:36  20190524所有项目\hh-admin\.git\hooks\post-update.sample
     文件         424  2019-05-24 10:36  20190524所有项目\hh-admin\.git\hooks\pre-applypatch.sample
     文件        1642  2019-05-24 10:36  20190524所有项目\hh-admin\.git\hooks\pre-commit.sample
     文件        1348  2019-05-24 10:36  20190524所有项目\hh-admin\.git\hooks\pre-push.sample
     文件        4898  2019-05-24 10:36  20190524所有项目\hh-admin\.git\hooks\pre-rebase.sample
     文件         544  2019-05-24 10:36  20190524所有项目\hh-admin\.git\hooks\pre-receive.sample
     文件        1492  2019-05-24 10:36  20190524所有项目\hh-admin\.git\hooks\prepare-commit-msg.sample
     文件        3610  2019-05-24 10:36  20190524所有项目\hh-admin\.git\hooks\update.sample
     文件       36614  2019-05-24 10:36  20190524所有项目\hh-admin\.git\index
     目录           0  2019-05-24 10:36  20190524所有项目\hh-admin\.git\info\
     文件         240  2019-05-24 10:36  20190524所有项目\hh-admin\.git\info\exclude
     目录           0  2019-05-24 10:36  20190524所有项目\hh-admin\.git\logs\
     文件         202  2019-05-24 10:36  20190524所有项目\hh-admin\.git\logs\HEAD
     目录           0  2019-05-24 10:36  20190524所有项目\hh-admin\.git\logs\refs\
     目录           0  2019-05-24 10:36  20190524所有项目\hh-admin\.git\logs\refs\heads\
     文件         202  2019-05-24 10:36  20190524所有项目\hh-admin\.git\logs\refs\heads\develop_generic
     目录           0  2019-05-24 10:36  20190524所有项目\hh-admin\.git\logs\refs\remotes\
     目录           0  2019-05-24 10:36  20190524所有项目\hh-admin\.git\logs\refs\remotes\origin\
     文件         202  2019-05-24 10:36  20190524所有项目\hh-admin\.git\logs\refs\remotes\origin\HEAD
     目录           0  2019-05-24 10:36  20190524所有项目\hh-admin\.git\objects\
     目录           0  2019-05-24 10:38  20190524所有项目\hh-admin\.git\objects\info\
............此处省略1594个文件信息

评论

共有 条评论

相关资源