From ffa4e29daa57c9c6953e62f23546cd61cb08a831 Mon Sep 17 00:00:00 2001 From: Bolt Date: Tue, 20 Nov 2018 21:30:18 +0800 Subject: [PATCH] Fix minor literal issues and improve doc content --- griffin-doc/service/mysql_postgresql_switch.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/griffin-doc/service/mysql_postgresql_switch.md b/griffin-doc/service/mysql_postgresql_switch.md index 75111443d..6c9c792da 100644 --- a/griffin-doc/service/mysql_postgresql_switch.md +++ b/griffin-doc/service/mysql_postgresql_switch.md @@ -20,14 +20,14 @@ under the License. # Mysql and postgresql switch ## Overview -By default, Apache Griffin uses EclipseLink as the default JPA implementation. This document provides ways to switch mysql and postgresql. +Apache Griffin uses EclipseLink as the default JPA implementation, which supports two kinds of database, mysql and postgresql. This document mainly describes the steps of how to switch mysql and postgresql as backend database. -- [Use mysql database](#1.1) -- [Use postgresql database](#1.2) +- [Mysql database](#1.1) +- [Postgresql database](#1.2)

-## Use mysql database +## Mysql database ### Add mysql dependency @@ -54,7 +54,7 @@ By default, Apache Griffin uses EclipseLink as the default JPA implementation. T

-## Use postgresql database +## Postgresql database ### Add postgresql dependency