Skip to content

Natan Code

My thoughts on software development

  • Home
  • Categories
    • Angular
      • Angular 17
      • Angular Universal
    • API
    • Clean Code
      • Secure
      • Sonar
    • CSS
      • Flexbox
    • database
    • Design Patterns
    • Docker
    • HTML
    • Java
      • Spring
      • Quarkus
    • Javascript
    • OOP
    • Rendering
    • SSR
    • Typescript
    • Unit Test
      • JUnit
  • About

Tag: Flyway

Flyway and Spring

How to perform database schema versioning with Flyway and Spring?

  • Natan Ferreira
  • September 19, 2024September 19, 2024
  • 0
  • 213

Flyway is a tool used for database migration control. Migrations are executed automatically, and we also have a history of database modifications. Flyway supports many databases, but in this example, we will use MySQL. Requirements Project With this site, you can create your Spring project: https://start.spring.io To establish a connection with the database, we need…

Read More

Recent Posts

  • What is AWS Global Infrastructure?
  • How to create a custom repository in Spring Data JPA?
  • What is Spring Data JPA?
  • How to avoid NullPointerException in Java using Optional?
  • How to create an Interceptor in Angular and Why?

Recent Comments

  1. Natan Ferreira on How does unit test work ? How to do unit test on Quarkus ?
  2. Guilherme Gomes on How does unit test work ? How to do unit test on Quarkus ?

Archives

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023

Categories

  • Angular
  • Angular 17
  • Angular Universal
  • API
  • AWS
  • Clean Code
  • Cloud
  • CSS
  • Data Structures + Algorithms
  • database
  • Design Patterns
  • Docker
  • Flexbox
  • HTML
  • Java
  • Javascript
  • JUnit
  • OOP
  • Quarkus
  • Rendering
  • Secure
  • Sonar
  • Spring
  • SSR
  • Typescript
  • Unit Test

Proudly Powered by WordPress