Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:23
Show Gist options
  • Save ezhov-da/fd331369275eb346304a15b556caa214 to your computer and use it in GitHub Desktop.
Save ezhov-da/fd331369275eb346304a15b556caa214 to your computer and use it in GitHub Desktop.
java ee cdi
Может произойти так, что не будет работать CDI. Происходит это из-за того, что сервер не видит beans.xml в war после сборки maven.
Нужно положить beans.xml в WEB-INF.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment