Getting started with SpringBoot 16, adding support for tymeleaf template

Project basic configuration reference article Getting started with SpringBoot 1. Create a new SpringBoot project with myEclipse , use myEclipse to create a new SpringBoot project. Now let's add a log4j2 support to the project. The way of adding is very simple. It only needs two steps. The specific content is as follows: 1. Add thmeleaf suppo ...

Posted by RosieisSweet on Sun, 01 Dec 2019 22:16:09 +0100

Getting started with java distributed calling and customizing RPC framework based on reflection socket JKD dynamic proxy

Using IDEA, Myeclipse Write service interface HelloService Server implementation class Write the calling class of the server package whu; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.lang.reflect.Method; import java.net.ServerSocket; import java.net.Socket; public class RpcFramework { //Regi ...

Posted by figo2476 on Wed, 13 Nov 2019 20:06:05 +0100