The question
I am struggling to run the gRPC server with the latest version 2.14.0.RELEASE, and spring boot version 3.0.2, and no matter what I do GrpcServerAutoConfiguration does not apply or does not automatically configure Server! is spring 3.0.2 preventing it? or is the library compatible with spring 3?
The question I am struggling to run the gRPC server with the latest version 2.14.0.RELEASE, and spring boot version 3.0.2, and no matter what I do GrpcServerAutoConfiguration does not apply or does not automatically configure Server! is spring 3.0.2 preventing it? or is the library compatible with spring 3?
Log of app: . _ _ /\ / '_ () \ \ \ \ ( ( )\ | ' | '| | ' \/ ` | \ \ \ \ \/ _)| |)| | | | | || (| | ) ) ) ) ' |__| .|| ||| |\, | / / / / =========|_|==============|__/=//// :: Spring Boot :: (v3.0.2)
2023-04-06T01:06:15.743+02:00 INFO 83666 --- [ main] iam.mfa.grpc.server.ServerApplication : Starting ServerApplication using Java 17.0.2 with PID 83666 2023-04-06T01:06:15.744+02:00 DEBUG 83666 --- [ main] iam.mfa.grpc.server.ServerApplication : Running with Spring Boot v3.0.2, Spring v6.0.4 2023-04-06T01:06:15.744+02:00 INFO 83666 --- [ main] iam.mfa.grpc.server.ServerApplication : No active profile set, falling back to 1 default profile: "default" 2023-04-06T01:06:16.083+02:00 INFO 83666 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 6966 (http) 2023-04-06T01:06:16.087+02:00 INFO 83666 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-04-06T01:06:16.087+02:00 INFO 83666 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.5] 2023-04-06T01:06:16.121+02:00 INFO 83666 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-04-06T01:06:16.121+02:00 INFO 83666 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 356 ms 2023-04-06T01:06:16.336+02:00 INFO 83666 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 6966 (http) with context path '' 2023-04-06T01:06:16.340+02:00 INFO 83666 --- [ main] iam.mfa.grpc.server.ServerApplication : Started ServerApplication in 0.748 seconds (process running for 1.049)
The application's environment
Which versions do you use?