mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 01:05:48 +00:00
added jenkinsfile and changed port to 9090 cause 8080 is being used by Jenkins
This commit is contained in:
parent
c73419abb7
commit
46ebebe325
3 changed files with 6 additions and 3 deletions
|
@ -24,9 +24,11 @@
|
|||
"vmware.vscode-boot-dev-pack",
|
||||
"mhutchie.git-graph"
|
||||
],
|
||||
"forwardPorts": [8080],
|
||||
"forwardPorts": [
|
||||
9090
|
||||
],
|
||||
"settings": {
|
||||
"java.import.gradle.enabled": false,
|
||||
"java.server.launchMode": "Standard"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -5,6 +5,7 @@ spring.sql.init.data-locations=classpath*:db/${database}/data.sql
|
|||
|
||||
# Web
|
||||
spring.thymeleaf.mode=HTML
|
||||
server.port = 9090
|
||||
|
||||
# JPA
|
||||
spring.jpa.hibernate.ddl-auto=none
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
</elementProp>
|
||||
<elementProp name="PETCLINIC_PORT" elementType="Argument">
|
||||
<stringProp name="Argument.name">PETCLINIC_PORT</stringProp>
|
||||
<stringProp name="Argument.value">8080</stringProp>
|
||||
<stringProp name="Argument.value">9090</stringProp>
|
||||
<stringProp name="Argument.metadata">=</stringProp>
|
||||
</elementProp>
|
||||
<elementProp name="CONTEXT_WEB" elementType="Argument">
|
||||
|
|
Loading…
Reference in a new issue