http-services(-pro): Add back http-service and move custom http-service

This commit is contained in:
Owain van Brakel
2019-08-09 05:22:26 +02:00
parent f85b1254cd
commit 3a92e3b008
109 changed files with 8699 additions and 112 deletions

View File

@@ -0,0 +1,17 @@
# Use in-memory database for tests
datasource:
runelite:
jndiName:
driverClassName: org.h2.Driver
type: org.h2.jdbcx.JdbcDataSource
url: jdbc:h2:mem:runelite
runelite-cache:
jndiName:
driverClassName: org.h2.Driver
type: org.h2.jdbcx.JdbcDataSource
url: jdbc:h2:mem:cache
runelite-tracker:
jndiName:
driverClassName: org.h2.Driver
type: org.h2.jdbcx.JdbcDataSource
url: jdbc:h2:mem:xptracker