Skip to content

GayashanNA/product-dss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to enable data service tests?
=================================
1.pom.xml
- Goto maven-surefire-plugin declaration.
- Change <skip>true</skip> to <skip>false</skip>

- Drop the JDBC driver jar (mysql-connector-java-5.1.5-bin.jar in this case) to src/test/resources/lib folder
- Uncomment & change the <!-- JDBC Driver classes --> section


2.Create MySQL database using supplied script 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published