Spring Boot Backend with ServiceNow platform
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 09:50 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 01:13 PM
Not really possible unless you have another system running the spring boot code and ServiceNow will integrate with this other system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2023 07:12 AM
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