A Demo CRUD REST application that manages customers
https://customers.view-this.info/
- Make sure you have Java 8, Maven and MySQL installed
- Create a database on MySQL if you don't have one ready.
- Then setup Customers table using the attached sql script.
- Go to the project directory and build the application
mvn package
- Create an application.properties file beside your application and configure the following
spring.datasource.url=
spring.datasource.username=
spring.datasource.password=
- Run the application
java -jar target/customers-1.0.0-SNAPSHOT.jar
- Get the customer endpoints
http://<host:port>/api/profile/customers