mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
udpated tomcat password
This commit is contained in:
parent
9846c96171
commit
77aa5dabac
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -147,11 +147,11 @@
|
||||||
<version>2.2</version>
|
<version>2.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<server>tomcat-development-server</server>
|
<server>tomcat-development-server</server>
|
||||||
<url>http://144.38.196.10:8080/manager/text</url>
|
<url>http://144.38.196.18:8080/manager/text</url>
|
||||||
<warFile>target\spring-petclinic-1.5.1.war</warFile>
|
<warFile>target\spring-petclinic-1.5.1.war</warFile>
|
||||||
<path>/petclinic</path>
|
<path>/petclinic</path>
|
||||||
<username>foo</username>
|
<username>admin</username>
|
||||||
<password>dude</password>
|
<password>cloud@123</password>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue