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...
problem description: is like this. At present, there is a page with course details, showing different information according to different types, but in almost the same way. At present, there are three kinds of course details. I wrote three page pages whe...
A vue project is built with scaffolding on the local C disk. Echars, is used in the project. I downloaded the successful project without moving the C disk will not report an error, but move the project to D disk to report an error. I annotated import ec...
there are images in JPG and BMP formats in the static resource path of nginx, which can be displayed normally in the browser when accessing 1.JPG images. If it is in BMP format, the image browser will download it itself. How can BMP images be displayed p...
How to get scanPackages this attribute in < H1 > SpringBoot < H1 > < H2 > scene < H2 > for example, if we add this comment to the SpringBoot startup class, how can we get the value of scanBasePackages elsewhere? @SpringBootApplication(scanBaseP...
according to some tutorials on the Internet, upgrade the openssl version. After the upgrade is complete, use the openssl version command to view the version and display OpenSSL 1.1.1 11 Sep 2018 this is correct, but use rpm-qa | grep-I openssl , a...