【Purpose】 Create a bulletin board so that you can understand the flow of web development
【specification】 ① If you enter the name and content and post, the history will accumulate ② Can be sorted by posting date ③ You can delete each post by providing a delete button. ④ Set a password for the posted content so that only the poster can delete it. ⑤ A login function is provided to simplify the identification of the above posters. ⑥ Let's make a thread
【environment】 Development environment: docker Virtual machine: centOS Language: Java Framework: spring Database: mysql
Recommended Posts