Commit f75c9ea
Adding a datasource poolname to prevent AccessControlException
* Fix for #4 java.security.AccessControlException
48 - passing the parameter of the connPoolKey to the function createHikariDataSource
74 - extending the definition of the function createHikariDataSource with an integer parameter
76 - inserted the setting of the poolName of the dataSource to prevent the generation of the poolnumber globally.
* Update JdbcConnectionManager.java
* Added name for connection pool1 parent 87d7eeb commit f75c9ea
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments