Payment Card Platform
- Spring Boot 1.4.2.RELEASE
- Spring 4.3.4.RELEASE
- Spring security
- Tomcat Embed 8.5.6
- Maven 3
- Java 8
- JSP
- Hibernate
git clone [email protected]:margot-bonilla/wallet.git
cd wallet
mysql -uroot -p < src/main/resources/schema.sql -vvv
mvn spring-boot:run
mvn spring-boot:run
mvn clean
mvn compile
mvn package
java -jar target/wallet-0.0.1-SNAPSHOT.jar
The card model is just a CRUD, to develop a real card model I would include a more complete database model (p.e. card type, currency, etc)
Display project dependencies
mvn dependency:tree