From 1ef06b9f9ba4592adf307946fa784840b064fb80 Mon Sep 17 00:00:00 2001 From: Gaurav Rai Mazra Date: Tue, 7 Mar 2017 21:36:40 +0530 Subject: [PATCH] removed the spring security related properties --- .../src/main/resources/application.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/spring-boot-rest-jpa/src/main/resources/application.yml b/spring-boot-rest-jpa/src/main/resources/application.yml index b99c695..c781568 100644 --- a/spring-boot-rest-jpa/src/main/resources/application.yml +++ b/spring-boot-rest-jpa/src/main/resources/application.yml @@ -16,12 +16,4 @@ spring: datasource: name: productdb application: - name: gaurav-bytes-rest-jpa - -security: - basic: - enabled: true - realm: gaurav-bytes - user: - name: gaurav - password: bytes \ No newline at end of file + name: gaurav-bytes-rest-jpa \ No newline at end of file