Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
removed ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes.guenther committed Mar 26, 2020
1 parent 06873d5 commit 42621d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.boot:spring-boot-starter-security'
// implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.cloud:spring-cloud-gcp-starter-storage'
implementation 'org.postgresql:postgresql:42.2.11'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
package de.coronavirus.imis.config;
import org.springframework.beans.factory.annotation.Autowired;
Expand Down Expand Up @@ -31,3 +32,4 @@ protected void configure(HttpSecurity http) throws Exception {
.and().httpBasic().disable();
}
}
*/

0 comments on commit 42621d8

Please sign in to comment.