Skip to content

Files

Latest commit

a1fe100 · Sep 13, 2021

History

History

micro-service-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 13, 2021
May 12, 2019
May 13, 2019
May 17, 2019

Introduction

startup dependencies successively

mysql & rabbitmq

start application with the specified profile

add another application-dev.properties file to resources directory, and start application with the following command, mvn spring-boot:run -Dserver.port=9001 -Dspring.profiles.active=dev -Darchaius.configurationSource.additionalUrls=classpath:///application.properties

monitor application

download turbine-web and hystrix-dashboard war files, modify the configurations refering to turbine.config.properties under resources directory, and then start them with web servers

druid monitor endpoint: http://<server-ip>:<server-port>/druid/index.html