Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ services:
- db-data:/var/lib/postgresql/data

backend:
# image: pecacm/acm-backend:local # build your own image if you want to seed data
image : pecacm/acm-website:1.1.12
image : 6791042/seed-acm-backend:latest
container_name: acm-backend
environment:
- POSTGRESQL_DB_URL=jdbc:postgresql://postgres-database:5432/acm
Expand Down
6 changes: 0 additions & 6 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,13 @@ spring:
jpa:
hibernate:
ddl-auto: update
# defer-datasource-initialization: true # use this if seeding data
properties:
hibernate:
format_sql: true
show-sql: true
use_sql_comments: true
database-platform: org.hibernate.dialect.PostgreSQLDialect

#use when seeding data

# sql:
# init:
# mode: always

mail:
host: smtp.gmail.com
Expand Down
Binary file modified target/backend-1.0.1.jar
Binary file not shown.
Binary file modified target/backend-1.0.1.jar.original
Binary file not shown.
6 changes: 0 additions & 6 deletions target/classes/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,13 @@ spring:
jpa:
hibernate:
ddl-auto: update
# defer-datasource-initialization: true # use this if seeding data
properties:
hibernate:
format_sql: true
show-sql: true
use_sql_comments: true
database-platform: org.hibernate.dialect.PostgreSQLDialect

#use when seeding data

# sql:
# init:
# mode: always

mail:
host: smtp.gmail.com
Expand Down