Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sbt플러그인 설치


프로젝트 로드 - 파일->폴더열기

실행과 배포가 비교적 간단한 명령으로 실행이 가능하며,  VisualStudioCode가 자바전용 IDE가

아님에도 불구하고 큰 이질감없이 가벼운 개발환경 구축이 가능

실행

Code Block
languagebash
themeEmacs
sbt:hello> runAll
[info] Starting Kafka
[info] Starting Cassandra
.......Kafka Server closed unexpectedly.
..
[info] Cassandra server running at 127.0.0.1:4000
2018-07-22T03:15:20.723Z [info] akka.event.slf4j.Slf4jLogger [] - Slf4jLogger started
2018-07-22T03:15:24.777Z [info] com.lightbend.lagom.discovery.ServiceLocatorServer [] - Service locator can be reached at http://localhost:9008
2018-07-22T03:15:24.778Z [info] com.lightbend.lagom.discovery.ServiceLocatorServer [] - Service gateway can be reached at http://localhost:9000
[info] Service locator is running at http://localhost:9008
[info] Service gateway is running at http://localhost:9000

...