资源简介
深入浅出Spring Boot 2.x 图书配套源码
代码片段和文件信息
package com.springboot.chapter1.main;
import java.util.HashMap;
import java.util.Map;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
@SpringBootApplication
@Controller
public class Chapter1Main {
public static void main(String[] args) {
SpringApplication.run(Chapter1Main.class args);
}
@RequestMapping(“/test“)
@ResponseBody
public Map test() {
Map map = new HashMap<>();
map.put(“key1“ “value1“);
return map;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-11-16 15:42 v3\
目录 0 2018-03-21 22:58 v3\chapter17-dashboard\
文件 512 2018-03-21 22:58 v3\chapter17-dashboard\.springBeans
文件 4994 2018-03-21 22:58 v3\chapter17-dashboard\mvnw.cmd
目录 0 2018-03-21 22:58 v3\chapter17-dashboard\target\
目录 0 2018-03-22 12:01 v3\chapter17-dashboard\target\test-classes\
目录 0 2018-03-22 12:01 v3\chapter17-dashboard\target\test-classes\com\
目录 0 2018-03-22 12:01 v3\chapter17-dashboard\target\test-classes\com\springboot\
目录 0 2018-03-22 12:01 v3\chapter17-dashboard\target\test-classes\com\springboot\chapter17\
目录 0 2018-03-22 12:01 v3\chapter17-dashboard\target\test-classes\com\springboot\chapter17\user\
目录 0 2018-03-22 12:01 v3\chapter17-dashboard\target\test-classes\com\springboot\chapter17\user\main\
文件 700 2018-03-22 12:01 v3\chapter17-dashboard\target\test-classes\com\springboot\chapter17\user\main\Chapter17DashboardApplicationTests.class
目录 0 2018-03-22 02:04 v3\chapter17-dashboard\target\m2e-wtp\
目录 0 2018-03-22 02:04 v3\chapter17-dashboard\target\m2e-wtp\web-resources\
目录 0 2018-03-22 02:04 v3\chapter17-dashboard\target\m2e-wtp\web-resources\me
文件 348 2018-03-22 12:01 v3\chapter17-dashboard\target\m2e-wtp\web-resources\me
目录 0 2018-03-22 02:04 v3\chapter17-dashboard\target\m2e-wtp\web-resources\me
目录 0 2018-03-22 02:04 v3\chapter17-dashboard\target\m2e-wtp\web-resources\me
目录 0 2018-03-22 02:04 v3\chapter17-dashboard\target\m2e-wtp\web-resources\me
文件 2374 2018-03-22 12:01 v3\chapter17-dashboard\target\m2e-wtp\web-resources\me
文件 251 2018-03-22 12:01 v3\chapter17-dashboard\target\m2e-wtp\web-resources\me
目录 0 2018-03-22 12:01 v3\chapter17-dashboard\target\classes\
目录 0 2018-03-22 12:01 v3\chapter17-dashboard\target\classes\com\
目录 0 2018-03-22 12:01 v3\chapter17-dashboard\target\classes\com\springboot\
目录 0 2018-03-22 12:01 v3\chapter17-dashboard\target\classes\com\springboot\chapter17\
目录 0 2018-03-22 12:01 v3\chapter17-dashboard\target\classes\com\springboot\chapter17\dashboard\
目录 0 2018-03-22 12:01 v3\chapter17-dashboard\target\classes\com\springboot\chapter17\dashboard\main\
文件 968 2018-03-22 12:01 v3\chapter17-dashboard\target\classes\com\springboot\chapter17\dashboard\main\ServletInitializer.class
文件 874 2018-03-22 12:01 v3\chapter17-dashboard\target\classes\com\springboot\chapter17\dashboard\main\Chapter17DashboardApplication.class
文件 59 2018-03-22 12:01 v3\chapter17-dashboard\target\classes\application.properties
文件 2374 2018-03-22 12:01 v3\chapter17-dashboard\pom.xm
............此处省略4040个文件信息
相关资源
- Xilinx FPGA的MultiBoot的实现.rar
- IDEA下maven管理的SSH框架 spring4 + stru
- Babylon.JS开发基础英文版 Babylon.JS.Ess
- 酒店管理系统前台加后台
- 酒店前端界面
- bootstrap后台管理模板蓝色扁平风格m
- SSM实战App信息管理系统
- springboot rabbitmq 模拟高并发秒杀系统
- 人脸识别登录注册
- 基于Springboot+Mybatis打造接口自动化测
- The Elements of Statistical Learning Springer
- my-start-spring-io.rar
- 农产品溯源信息管理系统系统源代码
- stm32 bootloader U盘更新APP程序
- SSM框架-志愿者服务中心展示系统
- Spring 4.1.3 API.高清完整chm
- spring security3 完整
- SSH1框架搭建
- ssm框架下form表单实现文件上传
- 精通 Spring Boot 42 讲
- Spring+Springmvc+mybaties购物车
- ikvmbin-0.44.0.5.zip
- 百度Ai人脸识别登录
- 校园管理系统
- 酒店预订管理系统
- POI合并多个相同的Excel或者合并Word文
- 基于SSM的一个项目
- 注册邮箱验证
- Hungerford - Algebra - Springer
- 音乐管理系统.zip
评论
共有 条评论