layout cuối cùng, chỉ chỉnh hình ảnh nữa thôi
This commit is contained in:
@@ -2,6 +2,28 @@
|
||||
|
||||
|
||||
|
||||
## Database Configuration
|
||||
|
||||
### Development Database (H2 Console)
|
||||
- **Profile**: `dev`
|
||||
- **Database Type**: H2 (File-based, embedded)
|
||||
- **JDBC URL**: `jdbc:h2:file:./build/h2db/db/sisvietnamvn`
|
||||
- **Username**: `sisvietnamvn`
|
||||
- **Password**: *(leave blank)*
|
||||
- **Console Access**: [http://localhost:8080/h2-console](http://localhost:8080/h2-console) (requires app running in dev profile)
|
||||
- **Config File**: [application-dev.yml](file:///d:/website_sisvietnam_moi/website_sisvietnam.vn/sisvietnamvn/src/main/resources/config/application-dev.yml)
|
||||
|
||||
### Production Database
|
||||
- **Profile**: `prod`
|
||||
- **Database Type**: Oracle Database
|
||||
- **JDBC URL**: `jdbc:oracle:thin:@localhost:1521:xe`
|
||||
- **Username**: `sisvietnamvn`
|
||||
- **Config File**: [application-prod.yml](file:///d:/website_sisvietnam_moi/website_sisvietnam.vn/sisvietnamvn/src/main/resources/config/application-prod.yml)
|
||||
|
||||
### Schema Management
|
||||
- **Tool**: Liquibase
|
||||
- **Changelog Folder**: [src/main/resources/config/liquibase/](file:///d:/website_sisvietnam_moi/website_sisvietnam.vn/sisvietnamvn/src/main/resources/config/liquibase/)
|
||||
|
||||
## Getting started
|
||||
|
||||
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
||||
@@ -96,4 +118,12 @@ If you have run out of energy or time for your project, put a note at the top of
|
||||
cd ..\sisvietnamvn\
|
||||
.\gradlew bootRun
|
||||
|
||||
dùng JHipster
|
||||
dùng JHipster
|
||||
|
||||
Lỗi "build failed" vừa rồi khả năng cao là do bộ kiểm tra định dạng code khắt khe spotless của dự án báo lỗi vì tôi đã thay đổi file Java (SecurityConfiguration.java và HomeController.java) mà chưa chuẩn hoá lại khoảng trắng/thụt lề theo đúng chuẩn của hệ thống.
|
||||
|
||||
Tôi đã chạy lệnh ./gradlew spotlessApply để tự động dọn dẹp và sửa lại toàn bộ lỗi định dạng này. Hiện tại lệnh ./gradlew classes và ứng dụng đã hoạt động bình thường, URL /lien-he trả về mã 200 thành công.
|
||||
|
||||
(Lưu ý: Có một lỗi riêng trong lệnh chạy test ./gradlew test liên quan đến cấu hình taskExecutor bị thiếu của dự án gốc đối với môi trường test, nhưng nó hoàn toàn không ảnh hưởng đến việc chạy ứng dụng thực tế bằng ./gradlew bootRun).
|
||||
|
||||
Bạn có thể refresh lại trang web để kiểm tra màu sắc trên menu header nhé, nó đã được sửa lại thành màu đen rồi!
|
||||
Reference in New Issue
Block a user