Skip to content

Releases: nil4587/microservice-demo

1.2.0

20 Jul 21:02
8dc113b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

1.1.0

20 Jul 19:44
8d42c37
Compare
Choose a tag to compare

What's Changed

    • Added Spring Doc dependancy for api testing with Swagger UI by @nil4587 in #1

Notes

  • Restructured the project files by creating new package/folder
  • Added new dependancy called 'springdoc'

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

20 Jul 19:11
cf4d429
Compare
Choose a tag to compare
  • Created a Spring Boot project for web service development.
  • Created RestController for API management
  • Created Repository for Database operations
  • Created Service for managing interaction between RestController and Repository
  • Created a student class, table & database