# spring-boot-hello **Repository Path**: caychen/spring-boot-hello ## Basic Information - **Project Name**: spring-boot-hello - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-04-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 1、banner设置: 方法:可以在resources下新建一个banner.txt文件,内容为一串anscii的图形字符串。 [banner生成工具](http://patorjk.com/software/taag) ### 2、Spring Boot的主要优点: (1)、为所有Spring开发者更快的入门 (2)、开箱即用,提供各种默认配置来简化项目配置 (3)、内嵌式容器简化Web项目 (4)、没有冗余代码生成和XML配置的要求 ### 3、Spring Boot的基础结构共三个文件: src/main/java下的程序入口:xxxApplication src/main/resources下的配置文件:application.properties src/test/下的测试入口:xxxApplicationTests * **spring-boot-starter**:核心模块,包括自动配置支持、日志和YAML * **spring-boot-starter-test**:测试模块,包括JUnit、Hamcrest、Mockito * **spring-boot-starter-web**:引入web模块 ### 4、Spring Boot默认提供静态资源目录位置需置于classpath下 目录名需符合如下规则: * /static * /public * /resources * /META-INF/resources
------ #### 插入一波广告,望请见谅 |**#**|**#**| |:--|:--:| |**作者:**|**Cay**| |**QQ:**|点击这里给我发消息| |**邮箱:**|**412425870@qq.com**| |**微信公众号:Cay课堂**|**![](https://github.com/caychen/readme/raw/master/img/%E5%BE%AE%E4%BF%A1%E5%85%AC%E4%BC%97%E5%8F%B7.jpg)**| |**csdn博客:**|**[http://blog.csdn.net/caychen](http://blog.csdn.net/caychen "我的csdn博客")**| |**码云:**|**[https://gitee.com/caychen/](https://gitee.com/caychen/ "我的码云")**| |**github:**|**[https://github.com/caychen](https://gitee.com/caychen/ "我的github")**| |**点击群号或者扫描二维码即可加入QQ群:[328243383(1群)](https://jq.qq.com/?_wv=1027&k=54r3suD)**|**![](https://github.com/caychen/readme/raw/master/img/1%E7%BE%A4.png)**| |**点击群号或者扫描二维码即可加入QQ群:[180479701(2群)](https://jq.qq.com/?_wv=1027&k=521g7zY)**|**![](https://github.com/caychen/readme/raw/master/img/2%E7%BE%A4.png)**|