b1b34e2fca
* 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 * BAEL-659 add junits for repositories * BAEL-659 add one junit * BAEL-659 remove one duplicated dependency * BAEL-659 fix test class name * BAEL-1924 add import many files |
||
---|---|---|
.. | ||
.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
- A Guide to Spring in Eclipse STS
- The @ServletComponentScan Annotation in Spring Boot
- 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
- 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
- An Introduction to Kong
- Spring Boot Customize Whitelabel Error Page
- Spring Boot: Configuring a Main Class
- A Quick Intro to the SpringBootServletInitializer
- How to Define a Spring Boot Filter?
- How to Change the Default Port in Spring Boot
- Spring Boot Exit Codes
- Guide to the Favicon in Spring Boot