계속해서 개발 환경 데이터만 포함된 licensing-service-dev.properties 파일을 만들어 보자. dev 프로퍼티 파일에 다음 매개변수가 포함되어야 한다.
example.property = I AM DEV # DataSource settings: set here your own configurations for the database spring.datasource.url = jdbc:postgresql://database:5432/ostock_dev spring.datasource.username = postgres spring.datasource.password = postgres
이제 구성 서버를 시작할 수 있는 작업을 완료했으니 mvn spring-boot:run 또는 docker-compose up 명령을 사용하여 시작해 보자.
Note ≣
이 시점부터 각 장의 깃허브 리포지터리에서 README 파일이 제공된다. 이 파일에 ‘How to Use(사용 방법)’ 부분이 있는데, docker-compose 명령을 사용하여 모든 서비스를 함께 실행하는 방법을 설명한다.