-
Notifications
You must be signed in to change notification settings - Fork 21
Home
jiwenxing edited this page Jan 25, 2018
·
6 revisions
Welcome to the spring-boot-demo wiki!
Spring Boot 发布于 2014 年,它秉承“习惯优于配置”的理念可以使项目快速运行起来,使用 Spring Boot 可以很容易创建一个独立运行的、生产级别的基于 Spring 框架的项目。鉴于 Spring Boot 在项目中大量使用并且日趋流行的趋势,通过对其官方文档进行系统的学习和实践梳理出一些笔记记录于此。
该 wiki 内容基本按照 1.5.4.RELEASE 版本官方文档 Spring Boot Reference Guide 的顺序进行,其中比较常用和重要的内容基本都有所涉及。
内容还在不断更新中...
Redis、Elasticsearch...
- NoSQL 30 Redis、MongoDB、LDAP等,对比并实践其中一些
- ElasticSearch
- websocket 42 作为h5推出的服务器推送技术,还是有很多使用场景
- Testing 41 单元测试,养成一个良好写单元测试的习惯很有必要
- Messaging 32 常用,对比选择一种常用的技术进行实践
- Caching 31 为方法和应用快速添加缓存,看上去挺简单
- Security 28 包括OAuth2等这些知识点还是需要掌握
- auto-configuration 44 自己实现自动配置
- Deploying Spring Boot applications
- SPRING INITIALIZR can Generate a maven project with java and Spring Boot of specified version.
- spring boot official references(pdf & html) of all versions
- spring-boot-examples
- Repositories behind the Getting Started and Tutorial guides at spring.io
好记性不如烂笔头
- Home
- Why Spring Boot
- Getting Started
- Using Spring Boot
- Customizing the Banner
- Spring Boot Log
- Bean Configuration by Properties Files
- Different Environment Using Different Profile
- Web Developing
- Using Database
- Using RestTemplate
- JavaMailSender
- Cross-Origin Resource Sharing (CORS)
- Schedule Task
- Spring Events
- Spring @Conditional Annotation