CSS background-image not working with Spring Boot application – Html
I read so many posts about this issue but I just couldn't solve it. I am trying to add a simple background image in my html page as follows: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> body {…