Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 780 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 780 Bytes

Order History Service

Can I Deploy main to production

Run Web Server

$ java \
    -cp ftgo.ftgo-order-history-service.main \
    me.jangjunha.ftgo.order_history_service.OrderHistoryServiceMainKt 

Initialize Database

$ java \
    -cp ftgo.ftgo-order-history-service.main \
    -Dspring.profiles.active=cli \
    me.jangjunha.ftgo.order_history_service.OrderHistoryServiceMainKt
    db create