release version 1.11.0
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>ru.entaxy.esb.platform.runtime.core</groupId>
|
||||
<artifactId>initializer</artifactId>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.0</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* ~~~~~~licensing~~~~~~
|
||||
* connection-initializer
|
||||
* ==========
|
||||
* Copyright (C) 2020 - 2024 EmDev LLC
|
||||
* Copyright (C) 2020 - 2025 EmDev LLC
|
||||
* ==========
|
||||
* You may not use this file except in accordance with the License Terms of the Copyright
|
||||
* Holder located at: https://entaxy.ru/eula . All copyrights, all intellectual property
|
||||
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"connections": [
|
||||
{
|
||||
"factoryId": "artemis-connection",
|
||||
"objectId": "entaxy-broker",
|
||||
"properties": {
|
||||
"connectionString": "(tcp://localhost:61616)",
|
||||
"camel_username": "entaxy",
|
||||
"camel_password": "entaxy",
|
||||
"isPlatform": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"connections": [
|
||||
{
|
||||
"factoryId": "jdbc-connection",
|
||||
"objectId": "entaxy-db-storage",
|
||||
"properties": {
|
||||
"dataSourceName": "entaxy.esb.storage",
|
||||
"isPlatform": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"factoryId": "jdbc-connection",
|
||||
"objectId": "entaxy-db-cache",
|
||||
"properties": {
|
||||
"dataSourceName": "entaxy.esb.cache",
|
||||
"isPlatform": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user