Hello, the example -> https://github.com/Daniel-Dos/tomee-JavaSe
thanks Em qui., 2 de set. de 2021 às 17:03, Daniel Dias Dos Santos < [email protected]> escreveu: > Hi, > > I still don't go up the example, but I'll put it. > > > Em qui., 2 de set. de 2021 às 17:00, Zowalla, Richard < > [email protected]> escreveu: > >> Hi, >> >> do you have some example code on GitHub to play with? >> >> Gruss >> Richard >> ________________________________ >> Von: Daniel Dias Dos Santos <[email protected]> >> Gesendet: Donnerstag, 2. September 2021 21:24:10 >> An: [email protected] >> Betreff: how to create an executable jar with new tomee-Bootstrap >> >> Hello everybody, >> >> I'm trying to make an executable jar with the new* tomee-Bootstrap* in >> method Main . >> >> locally using the IDE I can boot fine. >> >> however I didn't find a way to generate an executable jar. >> >> I'm using the following dependencies >> >> <dependency> >> <groupId>org.apache.tomee.bom</groupId> >> <artifactId>tomee-microprofile-api</artifactId> >> <version>8.0.8-SNAPSHOT</version> >> <scope>provided</scope> >> </dependency> >> >> <dependency> >> <groupId>org.apache.tomee.bom</groupId> >> <artifactId>tomee-microprofile</artifactId> >> <version>8.0.8-SNAPSHOT</version> >> </dependency> >> >> Does anyone know a way? >> >
