Last active
May 30, 2022 14:51
-
-
Save Ginxo/20a7b1ff12700d7050cdf1eaca8e71c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spring: | |
jackson: | |
serialization: | |
indent-output: true | |
datasource: | |
url: jdbc:mysql://localhost:3306/base | |
username: root | |
password: 1234 | |
sql: | |
init: | |
mode: always |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment