Categories Java

Security Specific Routes in Angular Spring Boot App

Tiếp theo bài trước: Custom Security to Angular Spring Boot App.Thêm controller class: Frontend code:app.component.html app.component.ts Lưu ý: Thêm import ở module cho phù hợp. GET sẽ chạy được POST không chạy được vì CSRF. Related posts: Hướng dẫn gửi Email bằng Spring Boot Custom Security to Angular…

Read More
Categories Java

Custom Security to Angular Spring Boot App

Tiếp theo bài trước: Add Security (Login Page) to Angular Spring Boot App.Thêm class sau để dùng basic auth với user nam và pass cài ở application.properties Related posts: Security Specific Routes in Angular Spring Boot App Hướng dẫn gửi Email bằng Spring Boot

Read More
Categories Java

Create Angular and Spring Boot App All in One

Để tạo Angular và Spring Boot app trong một bạn phải tạo build angular và copy nó vào target/classes/static của spring boot. Bạn có thể đổi output của angular app build ở angular.json. Bài viết này sẽ hướng dẫn các bạn automate tất cả các công đoạn bằng…

Read More
Categories AWS

[AWS] Create a static website with a registered domain

Lưu ý: truy cập vào subdomain vẫn qua http nên không an toàn, không truy cập với / (segments) được. Để sửa lỗi này có 2 cách: Điền index.html vào error.html hoạt động hiệu quả với angular mà không thấy lỗi. Thêm redirection rules: Chưa test. Related posts:…

Read More