Polishing.

Convert spaces to tabs. Deprecate VaultPostgreSqlProperties and VaultMySqlProperties. Convert database integration test to use MySQL. Slightly reword reference documentation.

Upgrade lombok to 1.16.18 to use onMethod_ attributes.

Original pull request: gh-170.
Related ticket: gh-169.
This commit is contained in:
Mark Paluch
2017-10-27 11:38:08 +02:00
parent 9da5e83dc9
commit 08d2a2e4c3
7 changed files with 204 additions and 52 deletions

View File

@@ -144,6 +144,7 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
<version>1.16.18</version>
<optional>true</optional>
</dependency>