14 lines
802 B
Markdown
Raw Normal View History

## Spring Boot Basic Customization
This module contains articles about Spring Boot customization
### Relevant Articles:
- [How to Change the Default Port in Spring Boot](https://www.baeldung.com/spring-boot-change-port)
- [Using Custom Banners in Spring Boot](https://www.baeldung.com/spring-boot-custom-banners)
2020-03-15 16:55:18 +01:00
- [Create a Custom FailureAnalyzer with Spring Boot](https://www.baeldung.com/spring-boot-failure-analyzer)
- [Spring Boot: Customize Whitelabel Error Page](https://www.baeldung.com/spring-boot-custom-error-page)
2020-03-15 20:30:42 +01:00
- [Spring Boot: Configuring a Main Class](https://www.baeldung.com/spring-boot-main-class)
2020-03-15 20:36:28 +01:00
- [How to Define a Spring Boot Filter?](https://www.baeldung.com/spring-boot-add-filter)
2020-03-15 21:46:59 +01:00
- [Guide to the Favicon in Spring Boot](https://www.baeldung.com/spring-boot-favicon)