Files
getting-started/spring-boot/timezones/SpringWebApplication
ranjanih d61382d459 Spring Boot timezones (#218)
* Files

* Updates to timezone-app

* Unit tests and config changes

* Review updates

* Updates to includes more asserts

* Remove sout

* Updates

Co-authored-by: ranjani2412 <53815317+ranjani2412@users.noreply.github.com>
2022-09-26 08:04:48 -05:00
..
2022-09-26 08:04:48 -05:00
2022-09-26 08:04:48 -05:00
2022-09-26 08:04:48 -05:00
2022-09-26 08:04:48 -05:00
2022-09-26 08:04:48 -05:00
2022-09-26 08:04:48 -05:00
2022-09-26 08:04:48 -05:00
2022-09-26 08:04:48 -05:00

A sample Spring Web application

A sample Spring Web application

Details

  • This application uses the HSQLDB DB.
  • It uses Spring Boot to create REST endpoints
  • It uses Maven and Java11 to build and run.

How to run

  • Clone this project
  • Use maven command: mvn clean verify spring-boot:run
  • The application should run at http://localhost:8091