資源簡介
電商平臺源碼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\desc
?????目錄???????????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-reba
?????文件?????????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\ob
?????目錄???????????0??2019-05-24?10:38??20190524所有項目\hh-admin\.git\ob
............此處省略1594個文件信息
評論
共有 條評論