Skip to content

Commit 6db697e

Browse files
Ranga Rao KaranamRanga Rao Karanam
authored andcommitted
I'm too lazy to put in a comment
1 parent 8fc19ff commit 6db697e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

spring-boot-rest-services/code-nov-2017.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ Current Directory : /in28Minutes/git/spring-boot-examples/spring-boot-rest-servi
3131
<artifactId>spring-boot-starter-web</artifactId>
3232
</dependency>
3333

34-
<!--<dependency>
34+
<dependency>
3535
<groupId>org.springframework.boot</groupId>
3636
<artifactId>spring-boot-starter-security</artifactId>
37-
</dependency>-->
37+
</dependency>
3838

3939
<dependency>
4040
<groupId>org.springframework.boot</groupId>

spring-boot-rest-services/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<artifactId>spring-boot-starter-web</artifactId>
2222
</dependency>
2323

24-
<!--<dependency>
24+
<dependency>
2525
<groupId>org.springframework.boot</groupId>
2626
<artifactId>spring-boot-starter-security</artifactId>
27-
</dependency>-->
27+
</dependency>
2828

2929
<dependency>
3030
<groupId>org.springframework.boot</groupId>

spring-boot-rest-services/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ Current Directory : /in28Minutes/git/spring-boot-examples/spring-boot-rest-servi
3131
<artifactId>spring-boot-starter-web</artifactId>
3232
</dependency>
3333

34-
<!--<dependency>
34+
<dependency>
3535
<groupId>org.springframework.boot</groupId>
3636
<artifactId>spring-boot-starter-security</artifactId>
37-
</dependency>-->
37+
</dependency>
3838

3939
<dependency>
4040
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)