python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Spring Native - Set Active Profile
I've just built my Spring project using GraalVM native image like so:
mvn -Pnative -DskipTests clean package
Which gives me a native executable file. When I start it though, it seems like it doesn't ...
Andrew Lalis
Votes: 0
Answers: 1
Spring Native with RestHighLevelClient not connecting to AWS OpenSearch
I have a Lambda configured and running on "Custom runtime on Amazon Linux 2". GraalVM is the runtime used for our application.
When Lambda tries to make a connection with OpenSearch, it alwa...
RAM KUMAR
Votes: 0
Answers: 1
Does spring native support spring-boot-starter-data-elasticsearch dependency?
I am trying to build a spring native image with ‘spring-boot-starter-data-elasticsearch’ dependency which uses RestHighLevelClient to interact with elasticsearch.
It turns out I always receive ‘connec...
RAM KUMAR
Votes: 0
Answers: 0
Spring Native fails to start native app after add language:js - Error creating bean with name 'requestMappingHandlerMapping'
i've configured a spring native app which should use graalvm js interpreter to run js code.
The app works fine if i build/run it with nashorn interpreter (no native, standard build).
If i build it usi...
Orazio Contarino
Votes: 0
Answers: 0