diff options
Diffstat (limited to 'spring-framework/spring-task-manager-structure/src/main/resources/META-INF/spring/jdbc.properties')
| -rw-r--r-- | spring-framework/spring-task-manager-structure/src/main/resources/META-INF/spring/jdbc.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/spring-framework/spring-task-manager-structure/src/main/resources/META-INF/spring/jdbc.properties b/spring-framework/spring-task-manager-structure/src/main/resources/META-INF/spring/jdbc.properties new file mode 100644 index 0000000..c549772 --- /dev/null +++ b/spring-framework/spring-task-manager-structure/src/main/resources/META-INF/spring/jdbc.properties @@ -0,0 +1,9 @@ +jdbc.driverClassName=org.mariadb.jdbc.Driver +#jdbc.url=jdbc:mysql://localhost/bankdb?useSSL=false +#jdbc.url=jdbc:mysql://localhost/bankdb?useLegacyDatetimeCode=false&serverTimezone=UTC +jdbc.url=jdbc:mariadb://localhost/bank?serverTimezone=Asia/Colombo +jdbc.username=bankuser +jdbc.password=bankpwd + +#jdbc.driverClassName=org.postgresql.Driver +#jdbc.url=jdbc:postgresql://localhost/bank |
