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

  • 大小:
    文件類(lèi)型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2023-07-23
  • 語(yǔ)言: 其他
  • 標(biāo)簽: Spring??Boot??Java??spring??

資源簡(jiǎn)介

深入淺出Spring Boot 2.x 圖書(shū)配套源碼

資源截圖

代碼片段和文件信息

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;
}
}

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????目錄???????????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\meta-INF\
?????文件?????????348??2018-03-22?12:01??v3\chapter17-dashboard\target\m2e-wtp\web-resources\meta-INF\MANIFEST.MF
?????目錄???????????0??2018-03-22?02:04??v3\chapter17-dashboard\target\m2e-wtp\web-resources\meta-INF\maven\
?????目錄???????????0??2018-03-22?02:04??v3\chapter17-dashboard\target\m2e-wtp\web-resources\meta-INF\maven\springboot\
?????目錄???????????0??2018-03-22?02:04??v3\chapter17-dashboard\target\m2e-wtp\web-resources\meta-INF\maven\springboot\chapter17-dashboard\
?????文件????????2374??2018-03-22?12:01??v3\chapter17-dashboard\target\m2e-wtp\web-resources\meta-INF\maven\springboot\chapter17-dashboard\pom.xml
?????文件?????????251??2018-03-22?12:01??v3\chapter17-dashboard\target\m2e-wtp\web-resources\meta-INF\maven\springboot\chapter17-dashboard\pom.properties
?????目錄???????????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.xml
............此處省略4040個(gè)文件信息

評(píng)論

共有 條評(píng)論