skip to Main Content

Debian – Spring Boot App not available on its path when deployed on standalone Tomcat

I have a Spring Boot webapp developed and tested with the Netbeans internal Tomcat server. I have setup the Application as a SpringBootServletInitializer public class ServletInitializer extends SpringBootServletInitializer { @Override protected SpringApplicationBuilder configure(SpringApplicationBuilder application) { return application.sources(Testspringboot2Application.class); } } @SpringBootApplication…

VIEW QUESTION

align font awesome icons – Html

I'm trying to make 3 fa icons to be side to side and I don't know how to do it. My code: <div class="footer"> <p style="text-align: center;">Social media:</p> <ul style="list-style: none"> <li><a href="https://www.youtube.com/channel/UCxEM75DEH_ncOts-JnVpZxg"><i class="fa fa-youtube justify-content-center" style="font-size: 36px;"></i></a></li> <li><a href="https://instagram.com/l_justak_l?igshid=ZDdkNTZiNTM="><i…

VIEW QUESTION
Back To Top
Search