Proyecto recién creado se detiene #438
Closed
jgdelgado17
started this conversation in
General
Replies: 2 comments
-
|
@jgdelgado17 you must create an entrypoint, with this the application will not stop. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Al crear un proyecto con la versión 3.15.1 inicia correctamente pero se detiene
Tengo instalado lo siguiente
java 17.0.9 2023-10-17 LTS
Gradle 8.6
Al iniciar el proyecto sale lo siguiente
2024-03-14T11:40:52.444-05:00 INFO 17088 --- [bingo] [ restartedMain] co.com.bingo.MainApplication : Starting MainApplication using Java 17.0.9 with PID 17088 (C:\javaProjects\Bingo\bingoBack\applications\app-service\build\classes\java\main started by GABRIEL in C:\javaProjects\Bingo\bingoBack)
2024-03-14T11:40:52.448-05:00 INFO 17088 --- [bingo] [ restartedMain] co.com.bingo.MainApplication : No active profile set, falling back to 1 default profile: "default"
2024-03-14T11:41:00.581-05:00 INFO 17088 --- [bingo] [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2024-03-14T11:41:00.743-05:00 INFO 17088 --- [bingo] [ restartedMain] co.com.bingo.MainApplication : Started MainApplication in 14.354 seconds (process running for 21.34)
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.5/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 49s
6 actionable tasks: 2 executed, 4 up-to-date
11:41:01 a. m.: Execution finished ':app-service:MainApplication.main()'.
Beta Was this translation helpful? Give feedback.
All reactions