Skip to content

BohdanLevchenko/SO44614679

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using JNDI datasource with spring-boot

Instructions:

  • Checkout the source code
  • Build war with ./mvnw package
  • Build docker image with wildfly and this app using docker build --tag=wildfly-so44614679 .
  • Run it: docker run -it -p 9990:9990 -p 8080:8080 wildfly-so44614679
  • Go to http://localhost:8080/so44614679/

Admin console is available on http://localhost:9990. Username is admin and password is P@SSW0Rd.

About

Plain example how to use JNDI datasource from spring-boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors