How to configure jTDS logging when imported via Maven? -


i'd know how can configure jtds logging when it's imported via maven dependency.

thanks in advance.

add dependency in pom.xml, shown below

<dependency>     <groupid>net.sourceforge.jtds</groupid>     <artifactid>jtds</artifactid>     <version>1.2.8</version> </dependency> 

Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -