Skip to content

Commit

Permalink
Merge pull request usdot-jpo-ode#106 from usdot-jpo-ode/cm-submodule-…
Browse files Browse the repository at this point in the history
…updates

Submodule Updates
  • Loading branch information
Michael7371 authored Aug 28, 2024
2 parents 23481ca + 0b9ca8d commit aaeb85c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ Once these components have been installed. Download and install additional depen
```
cd api/jpo-conflictvisualizer-api
mvn clean install
mvn spring-boot:run
```

### 2. Running Conflict Visualizer GUI Locally
Expand Down
2 changes: 1 addition & 1 deletion api/jpo-conflictmonitor
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ spring.kafka.bootstrap-servers: ${KAFKA_BROKER_IP:localhost}:${KAFKA_BROKER_PORT
logging.level.org.apache.kafka: INFO
logging.level: INFO


schema.bsm: classpath:schemas/bsm.schema.json
schema.map: classpath:schemas/map.schema.json
schema.spat: classpath:schemas/spat.schema.json


kafka.topics:
autoCreateTopics: false
numPartitions: 1
Expand Down

0 comments on commit aaeb85c

Please sign in to comment.