You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GroovyServ
I'm guessing this might be a silly question ? We release Groovy microservices as fat jars i.e. which are built using the Shadow plugin which we can't change.
Does GroovyServ support this scenario ?
thanks
Yasuharu Nakano
unread,
Feb 14, 2021, 4:43:36 AM2/14/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GroovyServ
It doesn't work for the usecase because GroovyServ needs to start a groovyserver process up before run your program via a groovyclient.
The time of "starting up groovyserver process" + the time of "run your program by groovyclient process" would be worse than just "run your program by JVM"