kolorobot / spring-boot-thymeleaf

A simple web application in Spring Boot and Thymeleaf
335 stars 255 forks source link

APPLICATION FAILED TO START on Latest Spring Boot #12

Closed hendisantika closed 3 years ago

hendisantika commented 4 years ago

APPLICATION FAILED TO START on Latest Spring Boot.

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2020-04-09 09:18:24.326 ERROR 30573 --- [  restartedMain] o.s.b.d.LoggingFailureAnalysisReporter   : 

***************************
APPLICATION FAILED TO START
***************************

Description:

Parameter 0 of constructor in pl.codeleak.demos.sbt.security.AuditEventListener required a bean of type 'org.springframework.boot.actuate.audit.AuditEventRepository' that could not be found.

Action:

Consider defining a bean of type 'org.springframework.boot.actuate.audit.AuditEventRepository' in your configuration.

Any suggest?

hendisantika commented 3 years ago

Is there any update @kolorobot @donhuvy @uniqueck ? Thanks

kolorobot commented 3 years ago

There are much more issues with the project currently. I started investigating.

hendisantika commented 3 years ago

BTW, I forked from your repo. I updated the Spring Boot & config. But still not 100%. Maybe You can check the result --> https://github.com/hendisantika/springboot-thymeleaf-sample

kolorobot commented 3 years ago

@hendisantika Please check the newest PR. I am going to merge it soon. It solves most of the issues. But...

I tested locally and seems working. But you may want to have a look.

hendisantika commented 3 years ago

Hi @kolorobot ,

hendisantika commented 3 years ago

OK. I will wait until it merge.

Thanks a lot for updating this repo.

kolorobot commented 3 years ago

Done.