Skip to content
keep_growing
  • Java
    • Spring Boot
  • Tools
  • Taking care
  • Angular
  • About
  • Sun Conure Software

Spring Boot

Run a Spring Boot app in a Docker container

21st June 202023rd June 2020 little_pineconeSpring Boot
featured image

For development purposes, you can easily run Spring Boot apps with Docker Compose.

Read more

Monitoring Spring Boot projects with Actuator

18th June 202029th April 2021 little_pineconeSpring Boot, Tools
featured image

Shipping an application to the production requires reliable mechanisms responsible for auditing, health checks, and metrics collection. Fortunately, with Spring Boot we can apply those features effortlessly and monitor an app with Actuator.

Read more

Spring Boot Log4j 2 advanced configuration #2 – add a Rollover Strategy for log files

19th May 202019th May 2020 little_pineconeSpring Boot, Tools
featured image

We don’t want to allocate too much space for our log files. Let’s see how we can manage their livespan.

Read more

Spring Boot Log4j 2 advanced configuration #1 – saving logs to files

19th May 202019th May 2020 little_pineconeSpring Boot, Tools
featured image

Apart from having logs displayed directly in the console, we can configure our Spring Boot project to write log entries into files. It not only allows us to easily store and share logs for debugging, but also can be the first step towards browsing them in Kibana.

Read more

Add Flyway migrations to your Spring Boot project

17th March 202017th March 2020 little_pineconeSpring Boot, Tools
feauterd_image

Having automated database migrations will significantly ease managing schema development. With Spring Boot support we can effortlessly handle versioned SQL scripts.

Read more

Add a PostgreSQL database to your Spring Boot project

17th March 202019th March 2020 little_pineconeSpring Boot, Tools
featured_image

An in-memory database may be sufficient during the early phase of project development. However, sooner or later you will need to persist some data. Read this post to learn how to configure a Spring Boot app to use a PostgreSQL database.

Read more

Spring Boot API documentation with Swagger

23rd February 201925th July 2021 little_pineconeSpring Boot
featured_image

Each API requires comprehensive documentaiton. You can generate it using Swagger for a REST API. Its clients will get standardized and thorough insight while you won’t need to worry about keeping it up to date. Learn how to configure Swagger, generate documentation in JSON and render it with Swagger UI when frontend is supported by Angular.

Read more

ManyToOne bidirectional association in Hibernate — common issues solved

13th February 20196th March 2020 little_pineconeSpring Boot
featured_image

This post covers issues that may occur when you map entities with ManyToOne bidirectional association. Read about mapping this relation while avoiding LazyInitializatinException, circular dependencies, n+1 select problem, wasting resources and false-positives in tests.

Read more

Securing your Spring Boot and Angular app with JWT #2 – Backend

15th January 20196th March 2020 little_pineconeSpring Boot
featured_image

In this article you can read about applying Spring Security to the backend module of a Spring Boot and Angular app. Check out how to configure security, generate JWT tokens and protect API endpoints.

Read more

Securing your Spring Boot and Angular app with JWT #1 – Introduction

15th January 20196th March 2020 little_pineconeAngular, Spring Boot
featured_image

You can use the JSON Web Token standard as a part of your authentication and authorisation solution in a project built with Spring Boot and Angular. Check out this post to learn how to apply Spring Security, AuthGuard and JWT to your apps.

Read more

Posts navigation

Older posts
Newer posts
Created by Marta Szymek
  • Privacy Policy
Powered by WordPress | Theme: Astrid by aThemes.