InterviewSolution
Saved Bookmarks
| 1. |
Can we create a non-web application in Spring Boot? |
|
Answer» Yes, we can create a non-web application by removing the web dependencies from the classpath along with CHANGING the WAY SPRING BOOT creates the application context. |
|