7b92a38bed
* BAEL-1412 add java 8 spring data features * BAEL-21 new HTTP API overview * BAEL-21 fix executor * BAEL-1432 add custom gradle task * BAEL-1567 add samples of cookie and session in serlvet * BAEL-1567 use stream api * BAEL-1567 fix optional * BAEL-1679 add query annotation jpa spring data * BAEL-1679 added new junits * BAEL-1679 use assertJ, use givenWhenThen naming convention * BAEL-1679 move query annotation examples to persistence modules * BAEL-1679 fix formatting |
||
---|---|---|
.. | ||
.mvn/wrapper | ||
src | ||
.factorypath | ||
.gitignore | ||
README.MD | ||
mvnw | ||
mvnw.cmd | ||
pom.xml |
README.MD
The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
Relevant Articles:
- Quick Guide to @RestClientTest in Spring Boot
- Intro to Spring Boot Starters
- A Guide to Spring in Eclipse STS
- Introduction to WebJars
- Create a Fat Jar App with Spring Boot
- The @ServletComponentScan Annotation in Spring Boot
- A Custom Data Binder in Spring MVC
- Intro to Building an Application with Spring Boot
- How to Register a Servlet in a Java Web Application
- Guide to Spring WebUtils and ServletRequestUtils
- Using Custom Banners in Spring Boot
- Guide to Internationalization in Spring Boot
- Create a Custom FailureAnalyzer with Spring Boot
- Configuring Separate Spring DataSource for Tests
- Dynamic DTO Validation Config Retrieved from DB
- Custom Information in Spring Boot Info Endpoint
- Using @JsonComponent in Spring Boot
- Create a Custom Auto-Configuration with Spring Boot
- Testing in Spring Boot
- Guide to @ConfigurationProperties in Spring Boot
- How to Get All Spring-Managed Beans?
- A Java Client for a WebSockets API
- Spring Boot and Togglz Aspect
- Getting Started with GraphQL and Spring Boot
- Guide to Spring Type Conversions
- Quick Guide on data.sql and schema.sql Files in Spring Boot
- Spring Data Java 8 Support
- A Quick Guide to Maven Wrapper
- An Introduction to Kong
- Spring Boot Customize Whitelabel Error Page
- Spring Boot: Configuring a Main Class
- A Quick Intro to the SpringBootServletInitializer