สปริงบูต
การสร้างแอปพลิเคชัน Java สำหรับองค์กรตามวิถีแห่งฤดูใบไม้ผลิ
ตัวอย่าง
- การป้องกันความพยายามในการรับรองความถูกต้องแบบ bruteforce
- บล็อกบัญชีผู้ใช้หลังจากพยายามเข้าสู่ระบบล้มเหลวติดต่อกัน 3 ครั้ง
- จำกัดเซสชันสูงสุดสำหรับผู้ใช้
- การตั้งค่าการหมดเวลาเซสชันและอัพเดตตารางฐานข้อมูลเมื่อหมดเวลา
- การจัดการบทบาทและสิทธิ์
- ติดตามการเข้าสู่ระบบของผู้ใช้
- ลืมรหัสผ่านและส่งอีเมลรีเซ็ตรหัสผ่าน
- บังคับให้ผู้ใช้เปลี่ยนรหัสผ่านเมื่อเข้าสู่ระบบครั้งแรก
- บังคับให้ผู้ใช้เปลี่ยนรหัสผ่านที่หมดอายุ
- การเพจ การค้นหา และการเรียงลำดับข้อมูล
- ผลลัพธ์การแบ่งหน้าโดยใช้ข้อมูลระยะไกล ajax select2
- การส่งเทมเพลตอีเมลพร้อมไฟล์แนบ
- เว็บแอปพลิเคชั่นหลายภาษา
- สร้างไฟล์ PDF และ Excel
- การอัพโหลดทั้งข้อมูลและไฟล์ในรูปแบบเดียวโดยใช้ Ajax
สร้างและดำเนินการ
mvn package
java -jar SpringBoot-0.0.1-SNAPSHOT.war
การอัพโหลดทั้งข้อมูลและไฟล์ในรูปแบบเดียวโดยใช้ Ajax
- อัพโหลดแบบฟอร์มและอ่านไฟล์ Excel
- แปลงข้อมูล Excel เป็นตารางและตรวจสอบข้อมูลก่อนบันทึก
แผนภูมิ
ลืมรหัสผ่าน ส่งอีเมลรีเซ็ตรหัสผ่าน
ติดตามการเข้าสู่ระบบของผู้ใช้ด้วย Socket
อ้างอิง
- https://www.baeldung.com/httpclient-ssl
- https://www.devglan.com/spring-boot/spring-boot-websocket-integration-example
- https://www.java67.com/2016/10/5-difference-between-stringbuffer.html
- https://www.journaldev.com/741/java-socket-programming-server-client
- https://github.com/up1/soa_group6/wiki/Cross-Origin-Resource-Sharing-(CORS)
- https://medium.com/@phayao/ทำให้-token-เทรลด้วย-jwt-ใน-spring-boot-a74293bbc736
- https://medium.com/@dassum/securing-spring-boot-rest-api-with-json-web-token-and-jdbc-token-store-67558a7d6c29
- https://javadeveloperzone.com/spring-boot/spring-boot-oauth2-jdbc-token-store-example/
- https://www.baeldung.com/spring-security-create-new-custom-security-expression
- https://medium.com/better-programming/secure-a-spring-boot-rest-api-with-json-web-token-reference-to-angular-integration-e57a25806c50
- https://pattern-match.com/blog/2018/10/17/springboot2-with-oauth2-integration/
- https://www.youtube.com/watch?time_continue=422&v=wxebTn_a930
- http://www.thinkplexx.com/learn/howto/security/tools/understand-java-keytool-working-with-crt-files-fixing-certificate-problems
- https://stackoverflow.com/questions/4325263/how-to-import-a-cer-certificate-into-a-java-keystore
- https://docs.spring.io/spring-boot/docs/current/reference/html/appendix-application-properties.html
- https://www.vogella.com/tutorials/JavaPerformance/article.html
- https://www.javainuse.com/spring/springboot_session_redis
- https://docs.spring.io/spring-session/docs/current/reference/html5/guides/boot-redis.html
- https://www.callicoder.com/configuring-spring-boot-application/
- https://github.com/spring-projects/spring-security-oauth/blob/master/spring-security-oauth2/src/test/resources/schema.sql
- https://www.devglan.com/spring-security/spring-boot-security-oauth2-example
- https://sysadmin.psu.ac.th/2019/03/03/what-is-oauth2/