-
大小: 34.59MB文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2023-06-15
- 語言: 其他
- 標簽: java??springboot??
資源簡介
springboot2 基礎代碼, 包括 thymeleaf, slf4j日志配置, 引入靜態(tài)資源, 國際化, 攔截器, 公共頁抽取, 定制錯誤頁面, JDBC, mybatis, JPA 鏈接數(shù)據(jù)庫, 配置 Druid 及數(shù)據(jù)監(jiān)控, servlet 三大組件.
代碼片段和文件信息
package?com.ykenan.ykenan.application;
/**
?*?官網(wǎng)文檔的例子
?*/
import?org.springframework.boot.*;
import?org.springframework.boot.autoconfigure.*;
import?org.springframework.web.bind.annotation.*;
/**
?*?@RestController?就是?@ResponseBody?和?@Controller?的合體
?*?@EnableAutoConfiguration?開啟自動配置功能
?*/
@RestController
@EnableAutoConfiguration
public?class?Example?{
????@RequestMapping(“/“)
????String?home()?{
????????return?“Hello?World!“;
????}
????public?static?void?main(String[]?args)?{
????????SpringApplication.run(Example.class?args);
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????827??2019-08-07?14:17??springboot03\.idea\compiler.xm
?????文件????????300??2019-08-08?16:03??springboot03\.idea\encodings.xm
?????文件????????280??2019-08-09?20:51??springboot03\.idea\inspectionProfiles\Project_Default.xm
?????文件????????568??2019-08-07?14:17??springboot03\.idea\libraries\Maven__ch_qos_logback_logback_classic_1_2_3.xm
?????文件????????547??2019-08-07?14:17??springboot03\.idea\libraries\Maven__ch_qos_logback_logback_core_1_2_3.xm
?????文件????????522??2019-08-07?14:17??springboot03\.idea\libraries\Maven__com_fasterxm
?????文件????????644??2019-08-07?14:17??springboot03\.idea\libraries\Maven__com_fasterxm
?????文件????????595??2019-08-07?14:17??springboot03\.idea\libraries\Maven__com_fasterxm
?????文件????????623??2019-08-07?14:17??springboot03\.idea\libraries\Maven__com_fasterxm
?????文件????????674??2019-08-07?14:17??springboot03\.idea\libraries\Maven__com_fasterxm
?????文件????????688??2019-08-07?14:17??springboot03\.idea\libraries\Maven__com_fasterxm
?????文件????????729??2019-08-07?14:17??springboot03\.idea\libraries\Maven__com_fasterxm
?????文件????????546??2019-08-07?14:17??springboot03\.idea\libraries\Maven__com_jayway_jsonpath_json_path_2_4_0.xm
?????文件????????700??2019-08-07?14:17??springboot03\.idea\libraries\Maven__com_vaadin_external_google_android_json_0_0_20131108_vaadin1.xm
?????文件????????611??2019-08-07?14:17??springboot03\.idea\libraries\Maven__javax_annotation_javax_annotation_api_1_3_2.xm
?????文件????????611??2019-08-07?14:17??springboot03\.idea\libraries\Maven__javax_validation_validation_api_2_0_1_Final.xm
?????文件????????455??2019-08-07?14:17??springboot03\.idea\libraries\Maven__junit_junit_4_12.xm
?????文件????????536??2019-08-07?14:17??springboot03\.idea\libraries\Maven__net_bytebuddy_byte_buddy_1_9_16.xm
?????文件????????578??2019-08-07?14:17??springboot03\.idea\libraries\Maven__net_bytebuddy_byte_buddy_agent_1_9_16.xm
?????文件????????542??2019-08-07?14:17??springboot03\.idea\libraries\Maven__net_minidev_accessors_smart_1_2.xm
?????文件????????507??2019-08-07?14:17??springboot03\.idea\libraries\Maven__net_minidev_json_smart_2_3.xm
?????文件????????573??2019-08-07?14:17??springboot03\.idea\libraries\Maven__org_apache_logging_log4j_log4j_api_2_11_2.xm
?????文件????????608??2019-08-07?14:17??springboot03\.idea\libraries\Maven__org_apache_logging_log4j_log4j_to_slf4j_2_11_2.xm
?????文件????????625??2019-08-07?14:17??springboot03\.idea\libraries\Maven__org_apache_tomcat_em
?????文件????????611??2019-08-07?14:17??springboot03\.idea\libraries\Maven__org_apache_tomcat_em
?????文件????????660??2019-08-07?14:17??springboot03\.idea\libraries\Maven__org_apache_tomcat_em
?????文件????????542??2019-08-07?14:17??springboot03\.idea\libraries\Maven__org_assertj_assertj_core_3_11_1.xm
?????文件????????589??2019-08-07?15:51??springboot03\.idea\libraries\Maven__org_attoparser_attoparser_2_0_5_RELEASE.xm
?????文件????????532??2019-08-07?14:17??springboot03\.idea\libraries\Maven__org_hamcrest_hamcrest_core_1_3.xm
?????文件????????553??2019-08-07?14:17??springboot03\.idea\libraries\Maven__org_hamcrest_hamcrest_library_1_3.xm
............此處省略959個文件信息
評論
共有 條評論