Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/90836d7569b7224395aca04a62ba3cf1 to your computer and use it in GitHub Desktop.
Save ezhov-da/90836d7569b7224395aca04a62ba3cf1 to your computer and use it in GitHub Desktop.
получение DataSource в сервере приложений
@Resource(lookup = "java:jboss/datasources/ExampleDS")
private DataSource dataSource;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment