This commit is contained in:
DyCTaTOR 2024-04-28 22:01:45 +04:00
parent ec87eb9ab4
commit 464b611b41
2 changed files with 1 additions and 3 deletions

View File

@ -22,7 +22,7 @@ public class AutoserviceApplication implements CommandLineRunner {
@Override @Override
public void run(String... args) throws Exception { public void run(String... args) throws Exception {
if (args.length > 0 && Objects.equals("--populate", args[0])) { if (args.length > 0 && Objects.equals("--populate", args[0])) {
} }
} }

View File

@ -14,5 +14,3 @@ spring.jpa.hibernate.ddl-auto=update
spring.jpa.open-in-view=false spring.jpa.open-in-view=false
spring.jpa.show-sql=true spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true spring.jpa.properties.hibernate.format_sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect