深入浅出Spring Boot 2.x 图书配套源码


深入浅出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  v3chapter17-dashboard
     文件         512  2018-03-21 22:58  v3chapter17-dashboard.springBeans
     文件        4994  2018-03-21 22:58  v3chapter17-dashboardmvnw.cmd
     目录           0  2018-03-21 22:58  v3chapter17-dashboard arget
     目录           0  2018-03-22 12:01  v3chapter17-dashboard arget est-classes
     目录           0  2018-03-22 12:01  v3chapter17-dashboard arget est-classescom
     目录           0  2018-03-22 12:01  v3chapter17-dashboard arget est-classescomspringboot
     目录           0  2018-03-22 12:01  v3chapter17-dashboard arget est-classescomspringbootchapter17
     目录           0  2018-03-22 12:01  v3chapter17-dashboard arget est-classescomspringbootchapter17user
     目录           0  2018-03-22 12:01  v3chapter17-dashboard arget est-classescomspringbootchapter17usermain
     文件         700  2018-03-22 12:01  v3chapter17-dashboard arget est-classescomspringbootchapter17usermainChapter17DashboardApplicationTests.class
     目录           0  2018-03-22 02:04  v3chapter17-dashboard argetm2e-wtp
     目录           0  2018-03-22 02:04  v3chapter17-dashboard argetm2e-wtpweb-resources
     目录           0  2018-03-22 02:04  v3chapter17-dashboard argetm2e-wtpweb-resourcesmeta-INF
     文件         348  2018-03-22 12:01  v3chapter17-dashboard argetm2e-wtpweb-resourcesmeta-INFMANIFEST.MF
     目录           0  2018-03-22 02:04  v3chapter17-dashboard argetm2e-wtpweb-resourcesmeta-INFmaven
     目录           0  2018-03-22 02:04  v3chapter17-dashboard argetm2e-wtpweb-resourcesmeta-INFmavenspringboot
     目录           0  2018-03-22 02:04  v3chapter17-dashboard argetm2e-wtpweb-resourcesmeta-INFmavenspringbootchapter17-dashboard
     文件        2374  2018-03-22 12:01  v3chapter17-dashboard argetm2e-wtpweb-resourcesmeta-INFmavenspringbootchapter17-dashboardpom.xml
     文件         251  2018-03-22 12:01  v3chapter17-dashboard argetm2e-wtpweb-resourcesmeta-INFmavenspringbootchapter17-dashboardpom.properties
     目录           0  2018-03-22 12:01  v3chapter17-dashboard argetclasses
     目录           0  2018-03-22 12:01  v3chapter17-dashboard argetclassescom
     目录           0  2018-03-22 12:01  v3chapter17-dashboard argetclassescomspringboot
     目录           0  2018-03-22 12:01  v3chapter17-dashboard argetclassescomspringbootchapter17
     目录           0  2018-03-22 12:01  v3chapter17-dashboard argetclassescomspringbootchapter17dashboard
     目录           0  2018-03-22 12:01  v3chapter17-dashboard argetclassescomspringbootchapter17dashboardmain
     文件         968  2018-03-22 12:01  v3chapter17-dashboard argetclassescomspringbootchapter17dashboardmainServletInitializer.class
     文件         874  2018-03-22 12:01  v3chapter17-dashboard argetclassescomspringbootchapter17dashboardmainChapter17DashboardApplication.class
     文件          59  2018-03-22 12:01  v3chapter17-dashboard argetclassesapplication.properties
     文件        2374  2018-03-22 12:01  v3chapter17-dashboardpom.xml
............此处省略4040个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)