每当我在程序上发出Get请求时,我都会收到错误消息 org.h2.jdbc.JdbcSQLInvalidAuthorizationSpecException: Wrong user name or password[28000-199] 我没有Spring安全机制。=org.h2.Driverspring.datasource.password=
spring.jpa.da
我有一个独立的Spring引导应用程序,并且希望使用Spring的WebClient来发出请求。但不知何故,WebClient并没有提出这些请求。不过,我可以使用RestTemaplate发出请求。final RestTemplate restTemplate = new RestTemplate();
// Able to make requests in standalone springboot</em