Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Reactive Microservices

start application

  • wikiloader (running on port 8081):
    mvn spring-boot:run
    or mvn spring-boot:run -Drun.profiles=mock to run the Service in Mock mode, which loads wiki articles from local files
  • statistics (running on port 8080):
    mvn spring-boot:run

jmeter (load/performance tests)

  • have a look at ./jmeter/README.md
    ./jmeter$ mvn exec:exec