Skip to content

Commit

Permalink
I'm too lazy to put in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranga Rao Karanam authored and Ranga Rao Karanam committed Mar 19, 2018
1 parent 2d315d9 commit 9db6618
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ public class UserResource {
logging.level.org.springframework = info
#This is not really needed as this is the default after 2.0.0.RELEASE
spring.jackson.serialization.write-dates-as-timestamps=false
spring.messages.basename=messages
```
---

Expand Down
1 change: 1 addition & 0 deletions 02.restful-web-services/backup04-basic-create-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ public class UserResource {
logging.level.org.springframework = info
#This is not really needed as this is the default after 2.0.0.RELEASE
spring.jackson.serialization.write-dates-as-timestamps=false
spring.messages.basename=messages
```
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ public class UserResource {
logging.level.org.springframework = info
#This is not really needed as this is the default after 2.0.0.RELEASE
spring.jackson.serialization.write-dates-as-timestamps=false
spring.messages.basename=messages
```
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ public class UserResource {
logging.level.org.springframework = info
#This is not really needed as this is the default after 2.0.0.RELEASE
spring.jackson.serialization.write-dates-as-timestamps=false
spring.messages.basename=messages
```
---

Expand Down
1 change: 1 addition & 0 deletions 02.restful-web-services/backup06-z-content-negotiation.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ public class UserResource {
logging.level.org.springframework = info
#This is not really needed as this is the default after 2.0.0.RELEASE
spring.jackson.serialization.write-dates-as-timestamps=false
spring.messages.basename=messages
```
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ public interface UserApiDocumentationConfig {
logging.level.org.springframework = info
#This is not really needed as this is the default after 2.0.0.RELEASE
spring.jackson.serialization.write-dates-as-timestamps=false
spring.messages.basename=messages
```
---

Expand Down Expand Up @@ -1329,6 +1330,7 @@ public class UserResource {
logging.level.org.springframework = info
#This is not really needed as this is the default after 2.0.0.RELEASE
spring.jackson.serialization.write-dates-as-timestamps=false
spring.messages.basename=messages
```
---

Expand Down
1 change: 1 addition & 0 deletions 02.restful-web-services/backup08-completed-filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ public class UserResource {
logging.level.org.springframework = info
#This is not really needed as this is the default after 2.0.0.RELEASE
spring.jackson.serialization.write-dates-as-timestamps=false
spring.messages.basename=messages
management.endpoints.web.exposure.include=*
```
---
Expand Down
1 change: 1 addition & 0 deletions 02.restful-web-services/backup09-completed-versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,7 @@ public class PersonVersioningController {
logging.level.org.springframework = info
#This is not really needed as this is the default after 2.0.0.RELEASE
spring.jackson.serialization.write-dates-as-timestamps=false
spring.messages.basename=messages
management.endpoints.web.exposure.include=*
```
---
Expand Down
1 change: 1 addition & 0 deletions 02.restful-web-services/backup09-z-completed-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,7 @@ public class PersonVersioningController {
logging.level.org.springframework = info
#This is not really needed as this is the default after 2.0.0.RELEASE
spring.jackson.serialization.write-dates-as-timestamps=false
spring.messages.basename=messages
management.security.enabled=true
spring.security.user.name=username
spring.security.user.password=password
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1005,6 +1005,7 @@ public class PersonVersioningController {
logging.level.org.springframework = info
#This is not really needed as this is the default after 2.0.0.RELEASE
spring.jackson.serialization.write-dates-as-timestamps=false
spring.messages.basename=messages
management.endpoints.web.exposure.include=*
spring.security.user.name=username
spring.security.user.password=password
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,7 @@ public class PersonVersioningController {
logging.level.org.springframework = info
#This is not really needed as this is the default after 2.0.0.RELEASE
spring.jackson.serialization.write-dates-as-timestamps=false
spring.messages.basename=messages
management.endpoints.web.exposure.include=*
spring.security.user.name=username
spring.security.user.password=password
Expand Down
1 change: 1 addition & 0 deletions 02.restful-web-services/backup12-migrated-to-jpa.md
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,7 @@ public class PersonVersioningController {
logging.level.org.springframework = info
#This is not really needed as this is the default after 2.0.0.RELEASE
spring.jackson.serialization.write-dates-as-timestamps=false
spring.messages.basename=messages
management.endpoints.web.exposure.include=*
spring.security.user.name=username
spring.security.user.password=password
Expand Down
1 change: 1 addition & 0 deletions 02.restful-web-services/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,7 @@ public class PersonVersioningController {
logging.level.org.springframework = info
#This is not really needed as this is the default after 2.0.0.RELEASE
spring.jackson.serialization.write-dates-as-timestamps=false
spring.messages.basename=messages
management.endpoints.web.exposure.include=*
spring.security.user.name=username
spring.security.user.password=password
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
logging.level.org.springframework = info
#This is not really needed as this is the default after 2.0.0.RELEASE
spring.jackson.serialization.write-dates-as-timestamps=false
spring.messages.basename=messages
management.endpoints.web.exposure.include=*
spring.security.user.name=username
spring.security.user.password=password
Expand Down

0 comments on commit 9db6618

Please sign in to comment.