I have two project :
- TRS: spring web project that generate war file
- TRS-boot : spring boot app that is jar and have config file and TRS app as dependency
my question is that,when I develop app I run TRS-boot and every thin is ok but when I want to give a publish to test team to run in external server , I have to create war file from TRS... what is the best solution to give them a app version that is war file easily? is it good to make TRS a spring boot app and jar, if is good ....how to make war file? please give me best solution thanks.