https://github.com/klemek/villes
J2EE app to calculate distance between 2 french cities
https://github.com/klemek/villes
Last synced: 6 months ago
JSON representation
J2EE app to calculate distance between 2 french cities
- Host: GitHub
- URL: https://github.com/klemek/villes
- Owner: Klemek
- Created: 2018-11-28T18:32:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T08:23:39.000Z (over 2 years ago)
- Last Synced: 2024-04-21T10:24:23.474Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 311 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/Klemek/Villes)
[](https://github.com/boyter/scc/#badges-beta)
[](https://coveralls.io/github/Klemek/Villes?branch=master)
[](https://lgtm.com/projects/g/Klemek/Villes/context:java)
[](https://lgtm.com/projects/g/Klemek/Villes/context:javascript)
[](https://lgtm.com/projects/g/Klemek/Villes/alerts/)# Villes
J2EE app to calculate distance between 2 french cities

`release.properties`
```
http_request_timeout=10000
db_version=3
db_connection_string=jdbc:mysql://(host):3306/(db)?useLegacyDatetimeCode=false&serverTimezone=UTC
#User with data manipulation (SELECT, DELETE, ...)
db_user=
db_password=
#User with data and structure manipulation (DROP, CREATE, ...)
db_super_user=
db_super_password=
```