diff options
| author | Mitsuo Tokumori <[email protected]> | 2022-06-23 06:43:02 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2022-06-23 06:43:02 -0500 |
| commit | b6f9f8a1edc37a4a03ef16ee48b3cd4a782bc3fc (patch) | |
| tree | 165123565a884b3ae10763f8420aa5c964f60053 /src/main/resources/application.properties | |
| download | springboot_restapi-master.tar.gz springboot_restapi-master.tar.bz2 springboot_restapi-master.zip | |
Diffstat (limited to 'src/main/resources/application.properties')
| -rw-r--r-- | src/main/resources/application.properties | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties new file mode 100644 index 0000000..1c129a0 --- /dev/null +++ b/src/main/resources/application.properties @@ -0,0 +1,13 @@ +# application.properties + +spring.datasource.url=jdbc:postgresql://localhost:5432/odiparback +spring.datasource.username=opp +spring.datasource.password=odiparfront + +# create-drop,update +spring.jpa.hibernate.ddl-auto=update +spring.jpa.show-sql=true +spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect +spring.jpa.properties.hibernate.format_sql=true + +server.error.include-message=always
\ No newline at end of file |
