Skip to content

Commit

Permalink
Reword SQL Server -> MS SQL Server
Browse files Browse the repository at this point in the history
- be more specific about the database
  - "SQL server" is a technology and "MS SQL server" is a product

Signed-off-by: Lari Hotari <[email protected]>
  • Loading branch information
lhotari committed Nov 24, 2020
1 parent 565d6bf commit ba4c352
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ The application is implemented as a Spring Boot application, and it uses a JDBC
provides the following features:

* Run only the registration and credentials service, or run including the tenant service.
* By default, supports H2, PostgreSQL and SQL Server
* By default, supports H2, PostgreSQL and MS SQL Server
* Supports different JDBC connections for read-only and read-write operations, to support read-only replicas

**Note:** The provided container images contains only the H2, PostgreSQL and SQL Server configuration and JDBC driver. While it is
**Note:** The provided container images contains only the H2, PostgreSQL and MS SQL Server configuration and JDBC driver. While it is
possible to use other JDBC compliant databases, database specific configuration and JDBC driver have to be provided
by the user.

Expand Down

0 comments on commit ba4c352

Please sign in to comment.