docs: Revert dislaimer in postgres
This commit is contained in:
committed by
Jens Kristian Villadsen
parent
7f7ea920d0
commit
35d09cce16
@@ -202,6 +202,8 @@ spring:
|
|||||||
# Then comment all hibernate.search.backend.*
|
# Then comment all hibernate.search.backend.*
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Because the integration tests within the project rely on the default H2 database configuration, it is important to either explicity skip the integration tests during the build process, i.e., `mvn install -DskipTests`, or delete the tests altogether. Failure to skip or delete the tests once you've configured PostgreSQL for the datasource.driver, datasource.url, and hibernate.dialect as outlined above will result in build errors and compilation failure.
|
||||||
|
|
||||||
### Microsoft SQL Server configuration
|
### Microsoft SQL Server configuration
|
||||||
|
|
||||||
To configure the starter app to use MS SQL Server, instead of the default H2, update the application.yaml file to have the following:
|
To configure the starter app to use MS SQL Server, instead of the default H2, update the application.yaml file to have the following:
|
||||||
|
|||||||
Reference in New Issue
Block a user