mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +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>
|
||||
<configuration>
|
||||
<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>
|
||||
<path>/petclinic</path>
|
||||
<username>foo</username>
|
||||
<password>dude</password>
|
||||
<username>admin</username>
|
||||
<password>cloud@123</password>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
|
Loading…
Reference in a new issue