Updating embedded server
If you want to update version of embedded server at first start with closing your project (or IntelliJ IDE to close all projects). Then with your file browser go to project location. There should be directory called server
with a file called server.iml
inside (and other server files and directories).
+ [your project name]
+ ...
+ ...
+ server
+ server.iml
+ ...
+ ...
+ ...
Remove all files except server.iml
from server
directory. After that inside server
directory only server.iml
file should be located.
+ [your project name]
+ ...
+ ...
+ server
+ server.iml
+ ...
Now in other window open extracted new server version and copy all files from new server
directory to server
directory inside your project. Again you should have other server files and directories inside server
directory.
+ [your project name]
+ ...
+ ...
+ server
+ server.iml
+ ...
+ ...
+ ...
Now you can open your project again. If you are using Maven type project change your server version inside main pom.xml
file and in servel microservices' pom.xml
files.
Open facet configuration window (File -> Project Structure... -> Project Settings -> Facets -> JLupin Next Server) and update Server version
the new value. Save it by clicking OK button.
Your server version has been updated.