* [BAEL-17489] Adding README descriptions to the following modules:
    spring-boot-custom-starter
    spring-boot-disable-console-logging
    spring-boot-gradle
    spring-boot-jasypt
    spring-boot-keycloak
    spring-boot-kotlin
    spring-boot-logging-log4j2
    spring-boot-management
    spring-boot-mvc
    spring-boot-mvc-birt
* Change description of management module and add prev/next links as per new template.
		
	
			
		
			
				
	
	
		
			17 lines
		
	
	
		
			712 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			712 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
## Spring Boot Custom Starter
 | 
						|
 | 
						|
This module contains articles about writing Spring Boot [starters](https://www.baeldung.com/spring-boot-starters).
 | 
						|
 | 
						|
### Relevant Articles: 
 | 
						|
- [Creating a Custom Starter with Spring Boot](http://www.baeldung.com/spring-boot-custom-starter)
 | 
						|
 | 
						|
- **greeter-library**: The sample library that we're creating the starter for.
 | 
						|
 | 
						|
- **greeter-spring-boot-autoconfigure**: The project containing the auto-configuration for the library.
 | 
						|
 | 
						|
- **greeter-spring-boot-starter**: The custom starter for the library.
 | 
						|
 | 
						|
- **greeter-spring-boot-sample-app**: The sample project that uses the custom starter.
 | 
						|
 | 
						|
- [Multi-Module Project With Spring Boot](http://www.baeldung.com/spring-boot-multiple-modules)
 |