From 8be8a12841024f1dae2f30f154c771dfe1a4aaf2 Mon Sep 17 00:00:00 2001 From: Arthur De Magalhaes Date: Sat, 22 Aug 2020 21:43:23 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12c8534..8ca853c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A Spring RESTful microservice This sample contains a way of how to use Swagger documentation within Liberty or Tomcat (SpringBoot). It also introduces the database connection with DB2 by using the JDBC datasource and the JpaRepository. + *Note:* If you don't need to store any data in the database, please take a look at this "No DB Connection version". https://github.com/microservices-api/spring-rest/tree/NoDBConnection