I used 1.x before, but I am not very proficient in transferring to java,1.x. Which is better to use for the new project?
I used 1.x before, but I am not very proficient in transferring to java,1.x. Which is better to use for the new project?
are all the same, generally 1.x is fine, and sometimes special components (such as dubbo), 2.x) are used without the order of starting provider/consumer first.
look at companies and projects. If companies support the use of new technologies or projects that are not very strict, generally choose new jar packages or technologies. After all, it is convenient to upgrade later. In fact, 2.x is more stable!
Previous: The problem of uploading proportion of vue ant-design pictures
Next: [the more CSS learns, the more we go back] contains the problem of block height?
The Debug in permission list filterChainDefinitionMap is as follows: filterorg.apache.shiro.web.filter.AccessControlFilter: subject.isPermittedDebug: error message: java.lang.IllegalArgumentException: Wildcard string cannot be null or empty. M...
1. Use the springboot,maven project; logback is under resource, can I specify the location of the logback file at startup? Because I don t want to use the default file. similar:-Dserver.port=10080 can specify the same port, I think:-Dxxx.path=logback.x...
in the configuration java, you have to recompile every time you modify it. Isn t it good to write the configuration file? Why are the configurations in the springboot project written in java, or are there other considerations? ...
entity 1 inherits another entity 2. Entity 2 is a public entity with id,createDate and other common attributes, so entity 1 does not need to write these fields, but the table cannot be built, and an error is reported: Error starting ApplicationContext....
has not been solved yet. I found a similar problem on https: stackoverflow.com que... on stackoverflow. I tried it myself and found that it could not filter the subresult set, but only parent. The filtered parent brought out all the sub-objects, . @En...
public JsonResult add(@RequestBody(required = false) User user){ if(user == null){ RequestBody ; ; } } ...