91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

基于SpringBoot+MyBatis實現(xiàn)一套電商系統(tǒng)

資源截圖

代碼片段和文件信息

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;

/**
?*?應(yīng)用啟動入口
?*?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個文件信息

評論

共有 條評論