Deploy Your Spring Boot App the Right Way
Config application.properties
server.forward-headers-strategy=FRAMEWORK
After configuring the application.properties file, make sure your app is built by doing an mvn package. We will also need the generated JAR file. To deploy to Amazon Web Servic...
alanbinu.hashnode.dev2 min read
Java
Java
Good Work