- Maven
- Java
- Configured .env file
- Build the package
mvn package
- Run the application
java -cp target/sample-jar-with-dependencies.jar com.stripe.sample.Server
- Go to
localhost:4242in your browser to see the demo
mvn package
java -cp target/sample-jar-with-dependencies.jar com.stripe.sample.Server
localhost:4242 in your browser to see the demo