Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
postprocessing
rico-edm-transformer
Commits
32c7a769
Commit
32c7a769
authored
Mar 11, 2021
by
Günter Hipler
Browse files
changed main class
parent
75235498
Changes
3
Hide whitespace changes
Inline
Side-by-side
build.sbt
View file @
32c7a769
...
...
@@ -13,7 +13,7 @@ lazy val root = (project in file("."))
.
settings
(
name
:=
"rico2edm"
,
assemblyJarName
in
assembly
:=
"app.jar"
,
mainClass
in
assembly
:=
Some
(
"ch.memobase.
App
"
),
mainClass
in
assembly
:=
Some
(
"ch.memobase.
Main
"
),
test
in
assembly
:=
{},
assemblyMergeStrategy
in
assembly
:=
{
case
"log4j.properties"
=>
MergeStrategy
.
first
...
...
k8s-manifests/test/deployment.yml
View file @
32c7a769
...
...
@@ -18,7 +18,7 @@ spec:
spec
:
containers
:
-
name
:
pp-rico2edmtransfromer-container
image
:
cr.gitlab.switch.ch/memoriav/memobase-2020/services/postprocessing/rico-edm-transformer:
latest
image
:
cr.gitlab.switch.ch/memoriav/memobase-2020/services/postprocessing/rico-edm-transformer:
0.2.1
imagePullPolicy
:
Always
command
:
[
"
java"
]
args
:
[
"
-Xmx128m"
,
"
-Xmx256m"
,
"
-jar"
,
"
/app/app.jar"
]
...
...
src/main/scala/ch/memobase/
App
.scala
→
src/main/scala/ch/memobase/
Main
.scala
View file @
32c7a769
...
...
@@ -28,7 +28,7 @@ import org.memobase.settings.SettingsLoader
import
scala.jdk.CollectionConverters._
import
scala.util.
{
Failure
,
Success
,
Try
}
object
App
extends
Logging
{
object
Main
extends
Logging
{
val
topology
=
new
KafkaTopology
private
val
settings
=
new
SettingsLoader
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment