-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from vlavik007/develop
Release version 1.0
- Loading branch information
Showing
62 changed files
with
431 additions
and
29,232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,8 @@ target/ | |
.settings | ||
.springBeans | ||
|
||
**/*.log | ||
|
||
### IntelliJ IDEA ### | ||
.idea | ||
*.iml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
language: java | ||
jdk: | ||
- oraclejdk8 | ||
|
||
script: "mvn cobertura:cobertura" | ||
|
||
cache: | ||
directories: | ||
- $HOME/.m2 | ||
|
||
deploy: | ||
provider: heroku | ||
api_key: $HEROKU_API_KEY | ||
app: mobile-payment-system | ||
|
||
after_success: | ||
- bash <(curl -s https://codecov.io/bash) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
web: java $JAVA_OPTS -jar target/*.jar -Dspring.profiles.active=prod |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
This is an internal epam educational project for students from lab-january. | ||
# Mobile Payment System | ||
|
||
Mobile Payment System is a simple enterprise platform for manage ordering telephone services. | ||
|
||
To get started, check out the project's demo at [mobile-payment-system.herokuapp.com](http://mobile-payment-system.herokuapp.com) | ||
|
||
====== | ||
|
||
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Build Status](https://travis-ci.com/vlavik007/MobilePaymentSystem.svg?branch=develop)](https://travis-ci.com/vlavik007/MobilePaymentSystem) [![codecov](https://codecov.io/gh/vlavik007/MobilePaymentSystem/branch/develop/graph/badge.svg)](https://codecov.io/gh/vlavik007/MobilePaymentSystem) | ||
|
||
====== | ||
|
||
## Latest Release Details | ||
|
||
At the moment there was not a single release. But soon it will change. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.