https://github.com/navikt/pam-annonsemottak
PAM Annonsemottak
https://github.com/navikt/pam-annonsemottak
pam stilling
Last synced: 2 months ago
JSON representation
PAM Annonsemottak
- Host: GitHub
- URL: https://github.com/navikt/pam-annonsemottak
- Owner: navikt
- License: mit
- Created: 2018-08-07T07:38:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T11:25:44.000Z (11 months ago)
- Last Synced: 2024-12-09T12:26:03.162Z (11 months ago)
- Topics: pam, stilling
- Language: Java
- Size: 1.76 MB
- Stars: 2
- Watchers: 15
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
## Beskrivelse
App som henter annonser fra andre kilder som Finn, Amedia
### Running in localhost
Copy `pam-annonsemottak\src\test\resources\application-dev.yml` to your home folder (rename to pamannonsemottak-dev), and add your developer keys etc.
#### Backend
```
mvn clean install
mvn spring-boot:run -Dspring.profiles.active=dev -Dspring.config.location=${user.home}/pamannonsemottak-dev.yml
```
#### Intellij
Run>Edit configurations
Add new configurations, choose maven
Then enter:
```
spring-boot:run -Dspring.profiles.active=dev -Dspring.config.location=${user.home}/pamannonsemottak-dev.yml
```
on the command line field.