Skip to content

vardaru/spring-boot-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-demo

###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:

  1. 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

  2. http://localhost:8080/api/customer (GET method is supported, lists all customers stored)

  3. http://localhost:8080/api/customer/kamil/adil (PUT method is supported only, creates and stores a new customer)

  4. http://localhost:8080/api/msg

  5. http://localhost:8080/api/beans (which is provided by actuator starter)

  6. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages