- Hands-On Full Stack Development with Spring Boot 2.0 and React
- Juha Hinkula
- 89字
- 2021-06-25 21:00:28
Summary
In this chapter, we focused on securing and testing the Spring Boot backend. Securing was first done with Spring Security. The frontend will be developed with React in upcoming chapters; therefore, we implemented JWT authentication, which is a lightweight authentication method suitable for our needs. We also covered the basics of testing a Spring Boot application. We used JUnit for unit testing and implemented test cases for JPA and RESTful web service authentication. In the next chapter, we will setup the environment and tools for the frontend development.
推薦閱讀
- DB2 V9權威指南
- Visual FoxPro程序設計教程(第3版)
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- Python測試開發入門與實踐
- Python金融數據分析
- Python GUI Programming Cookbook
- Mastering KnockoutJS
- 基于Swift語言的iOS App 商業實戰教程
- Unity Game Development Scripting
- Mastering ROS for Robotics Programming
- Mastering Business Intelligence with MicroStrategy
- Multithreading in C# 5.0 Cookbook
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Django 3.0應用開發詳解
- RESTful Web Clients:基于超媒體的可復用客戶端