Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception at startup #111

Open
jimmyaug opened this issue Mar 31, 2023 · 0 comments
Open

Exception at startup #111

jimmyaug opened this issue Mar 31, 2023 · 0 comments

Comments

@jimmyaug
Copy link

Hi, I get some exceptions when the project boots up. Mine is a simple springboot app to try this library

  1. org.reflections.ReflectionsException: could not get type for name org.thymeleaf.templateresolver.TemplateResolver
    at org.reflections.ReflectionUtils.forName(ReflectionUtils.java:390) ~[reflections-0.9.11.jar:na]

  2. org.reflections.ReflectionsException: could not get type for name org.springframework.web.context.ServletContextAware
    at org.reflections.ReflectionUtils.forName(ReflectionUtils.java:390) ~[reflections-0.9.11.jar:na]

  3. org.reflections.ReflectionsException: could not get type for name org.thymeleaf.resourceresolver.IResourceResolver
    at org.reflections.ReflectionUtils.forName(ReflectionUtils.java:390) ~[reflections-0.9.11.jar:na]

This is the dependency I use

<dependency>
  <groupId>fr.sii.ogham</groupId>
  <artifactId>ogham-spring-boot-starter-email</artifactId>
  <version>3.0.0</version>
</dependency>

<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-freemarker</artifactId>
</dependency>
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-mail</artifactId>
</dependency> 

Any direction to resolve these exceptions is appreciated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant