SpringBoot unified log processing, 2021 Android interview

[the external chain image transfer fails. The source station may have an anti-theft chain mechanism. It is recommended to save the image and upload it directly (img-XSJ80gT0-1630940490789)(I:\SpringBoot unified log processing \ img\slf4j log output process. png)] As can be seen from the figure, after the application calls the api interface of ...

Added by dsoftnet on Tue, 07 Sep 2021 08:25:13 +0300

SpringBoot project configuration

1, IDEA settings 1. Set zoom Font size scaling via Ctrl + mouse wheel 2. Automatic prompt setting 3. Automatic prompt for parameter setting method After setting, the method has parameter prompt 4. Set character set UTF-8 coding is required 5. Set automatic compilation 6.Maven settings 2, Lombok 1. Function Previous Java pro ...

Added by Tensing on Sun, 05 Sep 2021 08:32:49 +0300

2-springboot custom configuration process

1. Parent <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.5.4</version> </parent> <!--To view the parent configuration of its parent:--> <parent> <groupId>org.springframework.boot</groupId> ...

Added by CaptainStarbuck on Fri, 03 Sep 2021 02:41:41 +0300