diff --git a/lazy-loading-of-jpa-attributes-with-hibernate/src/main/resources/application.yml b/lazy-loading-of-jpa-attributes-with-hibernate/src/main/resources/application.yml new file mode 100644 index 0000000000000000000000000000000000000000..7a07ae798496ca67a912fc8c004416ce874317e6 --- /dev/null +++ b/lazy-loading-of-jpa-attributes-with-hibernate/src/main/resources/application.yml @@ -0,0 +1,10 @@ +spring: + datasource: + url: jdbc:jdbcdslog:sqlserver://10.32.86.125:443;databaseName=H4UDBv4_ARCH_UAT;sendStringParametersAsUnicode=false;targetDriver=com.microsoft.sqlserver.jdbc.SQLServerDriver + driver-class-name: org.jdbcdslog.DriverLoggingProxy + username: archuser + password: archuser + max-wait: 10000 + max-active: 20 + test-on-borrow: true + validation-query: SELECT 1