• 大小: 1.69MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-03
  • 语言: 其他
  • 标签: springboot  

资源简介

springboot微型商城 有后台管理

资源截图

代码片段和文件信息

package com.taru.wxhsh;

import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ImportResource;

@SpringBootApplication
@MapperScan(“com.taru.wxhsh.mapper“)
@ImportResource(locations={“classpath:kaptcha.xml“})
public class WxhshApplication {

public static void main(String[] args) {
SpringApplication.run(WxhshApplication.class args);
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1399  2019-02-12 11:28  wxhsh\.classpath

    .......       268  2018-12-26 17:05  wxhsh\.gitignore

    .......     47610  2018-12-26 17:05  wxhsh\.mvn\wrapper\maven-wrapper.jar

    .......       110  2018-12-26 17:05  wxhsh\.mvn\wrapper\maven-wrapper.properties

     文件        971  2019-02-12 11:27  wxhsh\.project

     文件        155  2019-02-12 11:26  wxhsh\.settings\org.eclipse.core.resources.prefs

     文件        243  2019-02-12 11:26  wxhsh\.settings\org.eclipse.jdt.core.prefs

     文件         90  2019-02-12 11:24  wxhsh\.settings\org.eclipse.m2e.core.prefs

     文件        145  2019-02-12 11:27  wxhsh\.settings\org.eclipse.wst.common.project.facet.core.xml

    .......      6468  2018-12-26 17:05  wxhsh\mvnw

    .......      4994  2018-12-26 17:05  wxhsh\mvnw.cmd

    .......      3992  2018-12-26 17:05  wxhsh\pom.xml

    .......      1317  2018-12-26 17:05  wxhsh\README.md

    .......      1403  2018-12-26 17:05  wxhsh\src\main\java\com\taru\wxhsh\api\CategoryApi.java

    .......      2815  2018-12-26 17:05  wxhsh\src\main\java\com\taru\wxhsh\api\DetailApi.java

    .......      2891  2018-12-26 17:05  wxhsh\src\main\java\com\taru\wxhsh\api\OrderApi.java

    .......      6487  2018-12-26 17:05  wxhsh\src\main\java\com\taru\wxhsh\api\ProductApi.java

    .......       330  2018-12-26 17:05  wxhsh\src\main\java\com\taru\wxhsh\api\Test.java

    .......      3949  2018-12-26 17:05  wxhsh\src\main\java\com\taru\wxhsh\api\UserApi.java

    .......      1239  2018-12-26 17:05  wxhsh\src\main\java\com\taru\wxhsh\common\JsonResult.java

    .......       784  2018-12-26 17:05  wxhsh\src\main\java\com\taru\wxhsh\config\ApplicationConfig.java

    .......       191  2018-12-26 17:05  wxhsh\src\main\java\com\taru\wxhsh\constant\CommonConstants.java

    .......       463  2018-12-26 17:05  wxhsh\src\main\java\com\taru\wxhsh\constant\JResponseConstants.java

    .......       572  2018-12-26 17:05  wxhsh\src\main\java\com\taru\wxhsh\constant\SessionConstants.java

    .......      5287  2018-12-26 17:05  wxhsh\src\main\java\com\taru\wxhsh\controller\CategoryController.java

    .......      4545  2018-12-26 17:05  wxhsh\src\main\java\com\taru\wxhsh\controller\CommonController.java

    .......      2141  2018-12-26 17:05  wxhsh\src\main\java\com\taru\wxhsh\controller\DetailController.java

    .......      5479  2018-12-26 17:05  wxhsh\src\main\java\com\taru\wxhsh\controller\OrderController.java

    .......      7393  2018-12-26 17:05  wxhsh\src\main\java\com\taru\wxhsh\controller\ProductController.java

    .......      4564  2018-12-26 17:05  wxhsh\src\main\java\com\taru\wxhsh\controller\UserController.java

............此处省略248个文件信息

评论

共有 条评论