@RequestMapping(produces = MediaType.APPLICATION_JSON_VALUE, value = "/units")
Wednesday, August 25, 2021
Spring Boot : Produces List :
https://stackoverflow.com/questions/41989832/creating-java-spring-boot-endpoint-to-obtain-list-of-objects-as-json
Tuesday, August 24, 2021
CORS : How to handle CORS in Server code
@CrossOrigin(origins = "http://example.com")
1 2 3 4 | @CrossOrigin(origins = "http://example.com", maxAge = 3600) @RestController @RequestMapping("/account") public class AccountController { |
Monday, August 23, 2021
Saturday, August 21, 2021
AWS : When to use Public IPs : AWS Reachability Troubleshooting
Always Remember
- If AppServer Application access is req., We will use LB/GW
- If Actual Server itself if req., We should use
- Private VPN Connection with that (1st priority)
- Public IP and Place it in - Public Subnet having Internet Gateway (2nd Priority)
Subscribe to:
Posts (Atom)
Azure - Pipeline - Add Approver for Stage
https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass
-
https://www.baeldung.com/spring-properties-file-outside-jar https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-featu...
-
https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass
-
The decision was made to block such external HTTP repositories by default https://stackoverflow.com/questions/66980047/maven-build-failure-d...