diff --git a/SkyShop/src/main/resources/application.properties b/SkyShop/src/main/resources/application.properties index d89f741..bb5f840 100644 --- a/SkyShop/src/main/resources/application.properties +++ b/SkyShop/src/main/resources/application.properties @@ -2,3 +2,5 @@ spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.jpa.hibernate.ddl-auto=update spring.jpa.show-sql=true + +spring.config.import=classpath:application-secrets.properties