Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ljnelson
Created February 19, 2020 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ljnelson/1c9d494b96b4fa7b1ae84a2f9133413d to your computer and use it in GitHub Desktop.
Save ljnelson/1c9d494b96b4fa7b1ae84a2f9133413d to your computer and use it in GitHub Desktop.
server:
port: 8080
javax:
sql:
DataSource:
greetingDataSource:
dataSourceClassName: org.h2.jdbcx.JdbcDataSource
dataSource:
url: jdbc:h2:mem:greeting;INIT=RUNSCRIPT FROM 'classpath:greeting.ddl'
user: sa
password: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment