Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 341 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 341 Bytes

spring-boot-template

Cài đặt maven

Setup database trong file /src/main/resources/application.properties

Chạy lệnh maven để download các thư viện mvn package

Chạy lệnh compile mvn compile

Chạy lệnh để cài đặt các thư viện mới mvn install

Link tìm hiểu thêm: https://spring.io/guides/gs/maven/