Spring Boot Backend with ServiceNow platform

dev115415
Tera Expert

Hello how to make an app written in Spring Boot in backend with frontend in ServiceNow.

For an example Let us say that there is an app which can display the details of a person based on email Id entered in a HTML form. So next it goes to Spring Boot backend and fetches all data and should display an Html page.

2 REPLIES 2

Mike_R
Kilo Patron
Kilo Patron

Not really possible unless you have another system running the spring boot code and ServiceNow will integrate with this other system.

 

 

dev115415
Tera Expert

Hello I have an another question. When I write html in the ServiceNow System Applications-> Studio-> UI Pages . I am not able to use any CSS. Could you please tell me how to use CSS in ServiceNow platform for styling my UI Page. Also let us suppose my Css is contained in files like styles1.css, styles2.css. How should I include them in my html page