Typical use case I think:
1. Have dependency
2. Download JavaDoc
3. Expect resolution in code (but doesn't work... maybe a separate
email)
4. Right-click dependency, select view JavaDoc
5. Browser opens to 127.0.0.1:8082 (see below)
6. HTTP 500 from Tomcat 9.0.71
NetBeans 24 (Java 23 Ap
I am really struggling with getting my code to run
Using Netbeans 23
Here is my code:
package com.htbilling.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.web.builders.