###Spring Boot Rest, Data-JPA, Camel, with Netty, bean, Mail and File endpoints.
After building and running spring-boot-demo with
mvn spring-boot:run you can try:- telnet localhost 7000 type test you should see Hello test . Greetings from Netty server an the screen and also a new file created with the message
- http://localhost:8080/api/customer (GET method is supported, lists all customers stored)
- http://localhost:8080/api/customer/kamil/adil (PUT method is supported only, creates and stores a new customer)
- http://localhost:8080/api/msg
- http://localhost:8080/api/beans (which is provided by actuator starter)
- http://localhost:8080/api/metrics (again by actuator)
A new end point added to listen a given mail address, of which host,username and password are given in mail.properties file.