From b6f9f8a1edc37a4a03ef16ee48b3cd4a782bc3fc Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Thu, 23 Jun 2022 06:43:02 -0500 Subject: Init. Add Usuario RESTful API. Add README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..acacb86 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +Based on [amigoscode Spring Boot +tutorial](https://www.youtube.com/watch?v=9SGDpanrc8U) + +"Minimal" example for a Spring Boot RESTful API. + +`student` is a package that tries to implement a RESTful API with minimal +boilerplate code. It uses Spring Data JPA and lombok. + +Dependencies are managed by Maven. + +It also depends on a Postgres DB, as specified in the `application.properties` +file. An important property there is `spring.jpa.hibernate.ddl-auto`. +Available values include `none` (production), `update` (develop), `create-drop` +(testing). + +2022-06-23 -- cgit v1.2.3