This is an automated email from the ASF dual-hosted git repository. doebele pushed a commit to branch spring-boot in repository https://gitbox.apache.org/repos/asf/empire-db.git
commit 400855613017501230fb1b2afce33880af24ff4c Author: Ralf Eichinger <[email protected]> AuthorDate: Mon Aug 9 23:10:27 2021 +0200 Add new line at end of file --- .../empire-db-example-spring-boot/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/empire-db-examples/empire-db-example-spring-boot/src/main/resources/application.yml b/empire-db-examples/empire-db-example-spring-boot/src/main/resources/application.yml index 1a244c5..750513f 100644 --- a/empire-db-examples/empire-db-example-spring-boot/src/main/resources/application.yml +++ b/empire-db-examples/empire-db-example-spring-boot/src/main/resources/application.yml @@ -103,4 +103,4 @@ empiredb: driverProperties: databaseName: 'DBSAMPLE' useSequenceTable: false - useDateTime2: true \ No newline at end of file + useDateTime2: true
