20250417
This commit is contained in:
13
datasource-config-yml.code-snippets
Normal file
13
datasource-config-yml.code-snippets
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Jpa config yml": {
|
||||
"prefix": "datasource-config",
|
||||
"scope": "spring-boot-properties-yaml",
|
||||
"body": [
|
||||
"datasource:",
|
||||
"\turl: jdbc:${1|postgresql,mariadb|}://${2:localhost}:${3|5432,3306|}/${4:database}",
|
||||
"\tusername: ${5|postgres,root|}",
|
||||
"\tpassword: ${6:xxxxxx}",
|
||||
],
|
||||
"description": "datasource-config",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user