WeChat Public Number: An Outstanding Disabled PersonIf you have any questions or suggestions, please leave a message backstage. I will try my best to solve your problem. Preface For example, today I will introduce the integration of SpringBoot and Mybatis and the use of Mybatis. I have previously introduced the use of SpringBoot’s integrated MyBatis ..
Category : springboot
WeChat Public Number: An Outstanding Disabled PersonIf you have any questions or suggestions, please leave a message backstage. I will try my best to solve your problem. Preface For example, today I will introduce how SpringBoot handles global exceptions in a unified way. The two comments that play a major role in global exception handling ..
Preface It is estimated that many friends think that parameter verification is the responsibility of the client, not the server. In fact, this is wrong. Anyone who has studied Web security knows that client authentication is only the first hurdle. Its parameter verification is not safe. Once it is caught by the intentional person, he ..
Preface For example, today’s introduction is SpringBoot’s integration of WebSocket to realize broadcast messages. What is WebSocket? WebSocket provides a duplex asynchronous communication function for the browser and the server, that is, the browser can send information to the server, and vice versa. Websocket realizes duplex asynchronous communication capability through a Socket. However, it is ..
WeChat Public Number: An Outstanding Disabled Person. If you have any questions, please leave a message backstage. I won’t listen anyway. Preface Yesterday’s article introduced the implementation of WebSocket broadcasting, that is, when the server side has a message, it sends the message to all browsers connected to the current endpoint. However, this cannot solve ..
WeChat Public Number: An Outstanding Disabled Person. If you have any questions, please leave a message backstage. I won’t listen anyway. Preface For example, today I will introduce how SpringBoot integrates MongoDB. Introduction to MongoDB MongoDB is a non-relational database written by C++. It is an open source database system based on distributed file storage. ..
WeChat Public Number: An Outstanding Disabled Person. If you have any questions, please leave a message backstage. I won’t listen anyway. Preface Contributions from a younger brother who did not want to be named. This article mainly talks about the pits encountered by multiple caches and the solutions. Find a problem In a project practice, ..
WeChat Public Number: An Outstanding Disabled Person. If you have any questions, please leave a message backstage. I won’t listen anyway. Preface Recently, I had the idea of changing jobs, so I deliberately reviewed the relevant knowledge of SpringBoot and reviewed it in detail. Some of them, I feel, were previously neglected, such as the ..
WeChat Public Number: An Outstanding Disabled Person. If you have any questions, please leave a message backstage. I won’t listen anyway. Preface On the rest day, I watched the log implementation in SpringBoot and explained my understanding to everyone. Facade mode Speaking of the log framework, we have to say facade mode. Facade mode, whose ..
WeChat Public Number: An Outstanding Disabled Person. If you have any questions, please leave a message backstage. I won’t listen anyway. Preface It’s been two days since this month, and this article only met with you. I’m tired recently. I’m sorry. After work, I watched the automatic configuration in SpringBoot and told everyone my understanding. ..
WeChat Public Number: An Outstanding Disabled Person. If you have any questions, please leave a message backstage. I won’t listen anyway. Preface I’m really ashamed that I haven’t updated the original for two months. There is no excuse, just because I am lazy. Recently, I read “Deliberate Learning”. This book talks about the relationship between ..
A reader and a good friend of mine contributed an article on the SpringBoot startup principle. I was only a sophomore and was so outstanding that I can expect it in the future. I’ve always wanted to know how SpirngBoot is started. I’d like to write an analysis on SpirngBoot startup. For the first time ..