Error starting the same maven project twice on the same server with different ports
某草草
某草草 2017-05-16 13:32:52
0
1
424

A depends on B, mvn compile B

    mvn install B
    mvn compile A
    nohup mvn -Dspring.profiles.active=p -Dexec.args="AA" spring-boot:run &
    nohup mvn -Dspring.profiles.active=t -Dexec.args="AA_test" spring-boot:run &

Start two web services, AA_test will affect AA, please tell me how to solve it.
AA sets the third-party callback address to axxxxx.com, and AA_test sets the third-party callback address to a_txxxxx.com. However, the third-party callback always calls back to axxxxx.com.

An error occurs when starting the same maven project twice on the same server with different ports. Why is it affected? How to solve it?

某草草
某草草

reply all(1)
大家讲道理

Have you restarted nginx after modifying the configuration file? .

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!