Skip to content

prchimbalkar/DemosForMe

Repository files navigation

DemosForMe

Spring demos

  1. exp1 (Spring, Hibernate with H2 )

Basic demo consist of Spring, Hibernate, H2. Single entity, no UI, add operation.

Access URL H2 console : http://localhost:8080/exp1/h2/

Access URL application controller : http://localhost:8080/exp1/demo/add?name=alpha&[email protected]

Spring Boot version : 1.5.1

  1. SpringSecurityDemo

In memory authentication. Authority wise access separation


  1. HATEOAS Spring demo

Hypertext as the Engine of Application State (HATEOAS)

HATEOAS is principle of guiding user through REST application through informing them about next potential step.

In this demo I have created StandardController for Cars which

  1. Returns all cars (with hyper media link to cars of each company)
  2. Returns cars of company by company name

  1. Node js demo

  1. Node js
  2. Express js
  3. Docker

About

Spring demos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published