Gerei o arquivo .JAR e funcionou na minha máquina de desenvolvimento, quando tento executar no servidor VPS, aparece esse erro: T.jar:0.0.1-SNAPSHOT] at org.springframework.boot.loader.Launcher.launch(Launcher.java:108) ~[mudi-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT] at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) ~[mudi-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT] at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) ~[mudi-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT]
2022-02-01 15:01:14.325 ERROR 47506 --- [ main] j.LocalContainerEntityManagerFactoryBean : Failed to initialize JPA EntityManagerFactory: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] 2022-02-01 15:01:14.326 WARN 47506 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] 2022-02-01 15:01:14.340 INFO 47506 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2022-02-01 15:01:14.374 INFO 47506 --- [ main] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2022-02-01 15:01:14.433 ERROR 47506 --- [ main] o.s.boot.SpringApplication : Application run failed