guyzmo / git-repo

Git-Repo: CLI utility to manage git services from your workspace
https://webchat.freenode.net/?channels=#git-repo
Other
842 stars 85 forks source link

TestNG #206

Open Anu-Deshmukh opened 1 year ago

Anu-Deshmukh commented 1 year ago

TestNG option is not working in this case due to packet failure. App.config is working without any errors but i am getting errors in database connectivity while update operation. public BasicDataSource hsqlDataSource() { BasicDataSource ds = new BasicDataSource(); ds.setUrl("jdbc:mysql://localhost:3306/test"); ds.setUsername("root"); ds.setPassword("root"); ds.setDriverClassName("com.mysql.cj.jdbc.Driver"); return ds;

Above is my code for connectivity also I have update all my code into ecom repo.