Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java EE server for raspberry pi (Spring-MVC) [closed]

I'm searching a server for Raspberry Pi that supports Java EE Spring Framework.

Does anybody have an experience with some RPi servers?

like image 544
D051P0 Avatar asked Mar 24 '23 13:03

D051P0


1 Answers

You can install Tomcat on Rasberry Pi, instructions here...

You can then apply a SpringMVC application in a war without having to do anything specific to the Tomcat server. The Spring framework support will just be in jars wrapped up in the war.

like image 125
david99world Avatar answered Mar 31 '23 12:03

david99world