File tree Expand file tree Collapse file tree
address-validation-service/src/main
java/de/openknowledge/sample/address/application
java/de/openknowledge/sample/address/application
customer-service/src/main
java/de/openknowledge/sample/customer/application
delivery-service/src/main
java/de/openknowledge/sample/address/application Expand file tree Collapse file tree Original file line number Diff line number Diff line change 194194 </module >
195195 <module name =" TypecastParenPad" />
196196
197- <module name =" UncommentedMain" />
197+ <module name =" UncommentedMain" >
198+ <property name =" excludedClasses" value =" \.AddressApplication$" />
199+ </module >
198200 <module name =" UnusedImports" />
199201 <module name =" UpperEll" />
200202
Original file line number Diff line number Diff line change 1818import jakarta .ws .rs .ApplicationPath ;
1919import jakarta .ws .rs .core .Application ;
2020
21+ import org .apache .meecrowave .Meecrowave ;
22+
2123/**
2224 * Application initialization
2325 */
2426@ ApplicationPath ("/" )
2527public class AddressApplication extends Application {
28+ public static void main (String [] args ) {
29+ try (Meecrowave meecrowave = new Meecrowave (new Meecrowave .Builder ().httpPort (4003 ))) {
30+ meecrowave .bake ().await ();
31+ }
32+ }
2633}
Original file line number Diff line number Diff line change 194194 </module >
195195 <module name =" TypecastParenPad" />
196196
197- <module name =" UncommentedMain" />
197+ <module name =" UncommentedMain" >
198+ <property name =" excludedClasses" value =" \.AddressApplication$" />
199+ </module >
198200 <module name =" UnusedImports" />
199201 <module name =" UpperEll" />
200202
Original file line number Diff line number Diff line change 1818import jakarta .ws .rs .ApplicationPath ;
1919import jakarta .ws .rs .core .Application ;
2020
21+ import org .apache .meecrowave .Meecrowave ;
22+
2123/**
2224 * Application initialization
2325 */
2426@ ApplicationPath ("/" )
2527public class AddressApplication extends Application {
28+ public static void main (String [] args ) {
29+ try (Meecrowave meecrowave = new Meecrowave (new Meecrowave .Builder ().httpPort (4001 ))) {
30+ meecrowave .bake ().await ();
31+ }
32+ }
2633}
Original file line number Diff line number Diff line change 194194 </module >
195195 <module name =" TypecastParenPad" />
196196
197- <module name =" UncommentedMain" />
197+ <module name =" UncommentedMain" >
198+ <property name =" excludedClasses" value =" \.AddressApplication$" />
199+ </module >
198200 <module name =" UnusedImports" />
199201 <module name =" UpperEll" />
200202
Original file line number Diff line number Diff line change 1818import jakarta .ws .rs .ApplicationPath ;
1919import jakarta .ws .rs .core .Application ;
2020
21+ import org .apache .meecrowave .Meecrowave ;
22+
2123/**
2224 * Application initialization
2325 */
2426@ ApplicationPath ("/" )
2527public class CustomerApplication extends Application {
28+ public static void main (String [] args ) {
29+ try (Meecrowave meecrowave = new Meecrowave (new Meecrowave .Builder ().httpPort (4000 ))) {
30+ meecrowave .bake ().await ();
31+ }
32+ }
2633}
Original file line number Diff line number Diff line change 194194 </module >
195195 <module name =" TypecastParenPad" />
196196
197- <module name =" UncommentedMain" />
197+ <module name =" UncommentedMain" >
198+ <property name =" excludedClasses" value =" \.AddressApplication$" />
199+ </module >
198200 <module name =" UnusedImports" />
199201 <module name =" UpperEll" />
200202
Original file line number Diff line number Diff line change 1818import jakarta .ws .rs .ApplicationPath ;
1919import jakarta .ws .rs .core .Application ;
2020
21+ import org .apache .meecrowave .Meecrowave ;
22+
2123/**
2224 * Application initialization
2325 */
2426@ ApplicationPath ("/" )
2527public class AddressesApplication extends Application {
28+ public static void main (String [] args ) {
29+ try (Meecrowave meecrowave = new Meecrowave (new Meecrowave .Builder ().httpPort (4002 ))) {
30+ meecrowave .bake ().await ();
31+ }
32+ }
2633}
You can’t perform that action at this time.
0 commit comments