https://github.com/cmarker0/JavaEnterprise_Exercise
https://github.com/cmarker0/JavaEnterprise_Exercise
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cmarker0/JavaEnterprise_Exercise
- Owner: MiniMarker
- Created: 2018-04-30T09:38:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T21:16:01.000Z (about 8 years ago)
- Last Synced: 2024-11-15T20:43:39.884Z (over 1 year ago)
- Language: Java
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaEnterprise_Exercise
* Student: Christian Marker
* Subject: PG5100-1 18V Enterpriseprogrammering 1
**Project Structure**
The project contains 3 submodules
* backend
* Entities
* Services
* ServiceTests
* frontend
* Controllers
* WebSecurityConfig
* Selenium Tests
* Application Runner
* reports
* JaCoCo coverage
* OWASP check
## How to run code
1. Clone this repo
2. Run from project root folder:
```mvn install``` will install and get reports **with** running tests
```mvn install -DskipTests``` will install and get reports **without** running tests
3. Run **LocalApplicationRunner** located in ~/frontend/src/test/java/no/cmarker/frontend/LocalApplicationRunner.java
4. Open ```localhost:8080/``` in your browser
To generate code reports after install:
```mvn jacoco:report-aggregate```