File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
spring-boot-rest-services Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ Current Directory : /in28Minutes/git/spring-boot-examples/spring-boot-rest-servi
31
31
<artifactId >spring-boot-starter-web</artifactId >
32
32
</dependency >
33
33
34
- <!-- < dependency>
34
+ <dependency >
35
35
<groupId >org.springframework.boot</groupId >
36
36
<artifactId >spring-boot-starter-security</artifactId >
37
- </dependency>-->
37
+ </dependency >
38
38
39
39
<dependency >
40
40
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 21
21
<artifactId >spring-boot-starter-web</artifactId >
22
22
</dependency >
23
23
24
- <!-- < dependency>
24
+ <dependency >
25
25
<groupId >org.springframework.boot</groupId >
26
26
<artifactId >spring-boot-starter-security</artifactId >
27
- </dependency>-->
27
+ </dependency >
28
28
29
29
<dependency >
30
30
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ Current Directory : /in28Minutes/git/spring-boot-examples/spring-boot-rest-servi
31
31
<artifactId >spring-boot-starter-web</artifactId >
32
32
</dependency >
33
33
34
- <!-- < dependency>
34
+ <dependency >
35
35
<groupId >org.springframework.boot</groupId >
36
36
<artifactId >spring-boot-starter-security</artifactId >
37
- </dependency>-->
37
+ </dependency >
38
38
39
39
<dependency >
40
40
<groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments