Skip to content
Closed
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
28 changes: 0 additions & 28 deletions .gitlab-ci.yml

This file was deleted.

24 changes: 12 additions & 12 deletions springboot/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
spring:
# security:
# oauth2:
# resourceserver:
# jwt:
# issuer-uri: http://localhost:8082/realms/FSA
# jwk-set-uri: http://localhost:8082/realms/FSA/protocol/openid-connect/certs
# datasource:
# url: jdbc:postgresql://localhost:6969/windat_db
# username: admin
# password: admin
# driver-class-name: org.postgresql.Driver
# name: windat_db
security:
oauth2:
resourceserver:
jwt:
issuer-uri: http://localhost:8082/realms/WinDat
jwk-set-uri: http://localhost:8082/realms/WinDat/protocol/openid-connect/certs
datasource:
url: jdbc:postgresql://localhost:6969/windat_db
username: admin
password: admin
driver-class-name: org.postgresql.Driver
name: windat_db
jpa:
show-sql: false
hibernate:
Expand Down