資源簡介
小商城。 litemall = Spring Boot后端 Vue管理員前端 微信小程序用戶前端 Vue用戶移動端
小商城功能
- 首頁
- 專題列表、專題詳情
- 分類列表、分類詳情
- 品牌列表、品牌詳情
- 新品首發(fā)、人氣推薦
- 優(yōu)惠券列表、優(yōu)惠券選擇
- 團(tuán)購
- 搜索
- 商品詳情、商品評價、商品分享
- 購物車
- 下單
- 訂單列表、訂單詳情、訂單售后
- 地址、收藏、足跡、意見反饋
- 客服
管理平臺功能
- 會員管理
- 商城管理
- 商品管理
- 推廣管理
- 系統(tǒng)管理
- 配置管理
- 統(tǒng)計報表
代碼片段和文件信息
package?org.linlinjava.litemall.admin;
import?org.mybatis.spring.annotation.MapperScan;
import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
import?org.springframework.scheduling.annotation.EnableScheduling;
import?org.springframework.transaction.annotation.EnableTransactionManagement;
@SpringBootApplication(scanbasePackages?=?{“org.linlinjava.litemall.db“?“org.linlinjava.litemall.core“
????????“org.linlinjava.litemall.admin“})
@MapperScan(“org.linlinjava.litemall.db.dao“)
@EnableTransactionManagement
@EnableScheduling
public?class?Application?{
????public?static?void?main(String[]?args)?{
????????SpringApplication.run(Application.class?args);
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-07-31?22:13??litemall\
?????目錄???????????0??2020-07-31?22:13??litemall\.git\
?????文件?????????304??2020-07-31?22:13??litemall\.git\config
?????文件??????????73??2020-07-31?22:13??litemall\.git\desc
?????文件??????????23??2020-07-31?22:13??litemall\.git\HEAD
?????目錄???????????0??2020-07-31?22:13??litemall\.git\hooks\
?????文件?????????478??2020-07-31?22:13??litemall\.git\hooks\applypatch-msg.sample
?????文件?????????896??2020-07-31?22:13??litemall\.git\hooks\commit-msg.sample
?????文件?????????189??2020-07-31?22:13??litemall\.git\hooks\post-update.sample
?????文件?????????424??2020-07-31?22:13??litemall\.git\hooks\pre-applypatch.sample
?????文件????????1642??2020-07-31?22:13??litemall\.git\hooks\pre-commit.sample
?????文件????????1348??2020-07-31?22:13??litemall\.git\hooks\pre-push.sample
?????文件????????4898??2020-07-31?22:13??litemall\.git\hooks\pre-reba
?????文件?????????544??2020-07-31?22:13??litemall\.git\hooks\pre-receive.sample
?????文件????????1239??2020-07-31?22:13??litemall\.git\hooks\prepare-commit-msg.sample
?????文件????????3610??2020-07-31?22:13??litemall\.git\hooks\update.sample
?????文件??????200814??2020-07-31?22:13??litemall\.git\index
?????目錄???????????0??2020-07-31?22:13??litemall\.git\info\
?????文件?????????240??2020-07-31?22:13??litemall\.git\info\exclude
?????目錄???????????0??2020-07-31?22:13??litemall\.git\logs\
?????文件?????????200??2020-07-31?22:13??litemall\.git\logs\HEAD
?????目錄???????????0??2020-07-31?22:13??litemall\.git\logs\refs\
?????目錄???????????0??2020-07-31?22:13??litemall\.git\logs\refs\heads\
?????文件?????????200??2020-07-31?22:13??litemall\.git\logs\refs\heads\master
?????目錄???????????0??2020-07-31?22:13??litemall\.git\logs\refs\remotes\
?????目錄???????????0??2020-07-31?22:13??litemall\.git\logs\refs\remotes\origin\
?????文件?????????200??2020-07-31?22:13??litemall\.git\logs\refs\remotes\origin\HEAD
?????目錄???????????0??2020-07-31?22:13??litemall\.git\ob
?????目錄???????????0??2020-07-31?22:13??litemall\.git\ob
?????目錄???????????0??2020-07-31?22:13??litemall\.git\ob
?????文件??????536656??2020-07-31?22:13??litemall\.git\ob
............此處省略2028個文件信息
評論
共有 條評論