Configure Spring application deployed in AWS Elastic Beanstalk to use SSL

I deployed successfully Spring application into AWS Elastic Beanstalk which us going to be used as Rest endpoint by Angular app deployed into Cloudfront service. I want to encrypt the communication between Angular and Spring with SSL. What… Continue reading Configure Spring application deployed in AWS Elastic Beanstalk to use SSL

Rest Services Aunthentication and Authorization with AWS Cognito

I am designing the authentication and authorization flow of my mobile and web applications. I plan to use the AWS Cognito identity provider.

Use AWS Amplify and signup the user from the front-end.
Question: The signup will happen totally … Continue reading Rest Services Aunthentication and Authorization with AWS Cognito

Spring Boot, Set Up Spring Properties From Java Pojo not from application.properties [migrated]

I have been struggling to set up spring boot properties programmatically. I know how to set up from application.properties file.

but I would like not to use the application.properties because in my use case application properties file is … Continue reading Spring Boot, Set Up Spring Properties From Java Pojo not from application.properties [migrated]