Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 761 Bytes

Readme.md

File metadata and controls

17 lines (13 loc) · 761 Bytes

Cách deploy project

  • Sử dụng tomcat server

  • Chạy file database.sql => tạo ra database

  • Tạo resource database jdbc/yourcart như trong bài giảng

  • Sửa file context.xml trong folder conf của tomcat như sau: (tuỳ chỉnh theo user và password database)

  • Compile các thư mục jar như hình dưới đây: File => Project Structure => Modules

  • Tạo file config.properties trong folder javaCode/yourcart như sau: với username và password theo database trong máy của mình

  • Run project

  • Để chạy chương trình với tài khoản admin (username: cuong1, password: 123456)