Activity overview
Latest activity by Lisa Hawakai
According to the official documentation, when Flyway is introduced using the Maven plugin, the configuration information is set in the pom.xml file. However, database connection addresses, usernames, and passwords are sensitive information, so I don't want to hard-code sprunki this information in the POM file when I'm using the application. I was unable to connect to the database correctly when I set the relevant information in the YML file. How can I solve this? / comments
According to the official documentation, when Flyway is introduced using the Maven plugin, the configuration information is set in the pom.xml file. However, database connection addresses, username...