Skip to content

Commit

Permalink
Merge pull request #94 from BrendanBeachBCJ/master
Browse files Browse the repository at this point in the history
Readme updates
  • Loading branch information
alexjoybc authored Jan 20, 2020
2 parents 05034f8 + 0e62be4 commit 7beeff9
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bcparis-service

The bcparis-service is standalone restfull service which process messages using others different systems.
The bcparis-service is standalone restful service which process messages using others different systems.

## Build

Expand All @@ -17,6 +17,13 @@ cd common-metrics
mvn install
```

Install root-pom found in the iamp-commons root directory

```
cd ..
mvn install
```

Install spring-boot-api-service

```
Expand All @@ -28,8 +35,8 @@ install [com.splunk.logging:splunk-library-javalogging](https://github.com/splun

```
git clone https://github.com/splunk/splunk-library-javalogging
git checkout tags/1.6.2
cd splunk-library-javalogging
git checkout tags/1.6.2
mvn install
```

Expand Down Expand Up @@ -58,7 +65,7 @@ docker run --name test-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=<set_password>
Create a `config` folder at the root of the solution

```bash
mkdif config
mkdir config
```

Add a new file `logback.xml` in the config
Expand Down Expand Up @@ -107,16 +114,16 @@ add the following content to the file

Install [LomBok](https://projectlombok.org/) plugin from marketplace

> File > Settings > Pluggins > Search in repositories > LomBok
> File > Settings > Plugins > Search in repositories > LomBok
Restart

Run Mvn install

If you are experiencing error in the code run Files > Invalidate Caches/Restart.
If you are experiencing errors in the code, run Files > Invalidate Caches/Restart.
also you can do Right click > Maven > Reimport

Set up the environment varialbles
Set up the environment variables

edit the application configuration and

Expand Down

0 comments on commit 7beeff9

Please sign in to comment.