topic description recently run a company project on macos. The front end is ant design , and the back end Spring Boot . When the front end calls the background, the message is sent that the json, back end uses @ RequestBody , but the request can t...
scenario is front-end separation (vue+laravel). When login verification is successful, the backend returns sessionID, using the default file storage session, that comes with laravel. Startsession, has been used in middleware. Here should be no problem. ...
now the company is working on the front-end separation project, but the front-end project cannot be reconstructed directly. The original project is deeply embedded in the Java service and can only be separated step by step. 2. Now with nginx configu...
now web services are developed in a separate way, so I have created a set of api,. Now I want to apply this set of api to app, but there is a gap between some operation modes of app and pc, so how to plan this api is reasonable. I need some advice. Thank...
separate the front and rear ends and separate the .html .css .js. In the background, node and egg framework are put on the cdn to speed up access, but the disadvantage is how to obtain the parameters? if you use a template to render ctx.render in view ...
for example, the front and rear separation project vue + axios + koa2 + java (springboot) uses restful style api question: what role does koa2 play? Specifically, what code should be written in koa2? Under the vue+koa2 front-end combination, where...