Unify default port to 8080
This commit is contained in:
parent
1f41ff2742
commit
f6201469ba
4 changed files with 23 additions and 23 deletions
|
@ -1,4 +1,4 @@
|
||||||
server.port=8081
|
server.port=8080
|
||||||
|
|
||||||
spring.datasource.initialization-mode=always
|
spring.datasource.initialization-mode=always
|
||||||
spring.datasource.url=jdbc:h2:file:~/H2_flightlog;DB_CLOSE_ON_EXIT=FALSE;IFEXISTS=FALSE;DB_CLOSE_DELAY=-1;
|
spring.datasource.url=jdbc:h2:file:~/H2_flightlog;DB_CLOSE_ON_EXIT=FALSE;IFEXISTS=FALSE;DB_CLOSE_DELAY=-1;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# application url for selenium
|
# application url for selenium
|
||||||
server.port=8081
|
server.port=8080
|
||||||
application.url=http://localhost:8081
|
application.url=http://localhost:8080
|
||||||
|
|
||||||
spring.datasource.initialization-mode=always
|
spring.datasource.initialization-mode=always
|
||||||
spring.datasource.url=jdbc:h2:file:~/H2_flightlog;DB_CLOSE_ON_EXIT=FALSE;IFEXISTS=FALSE;DB_CLOSE_DELAY=-1;MODE=PostgreSQL;
|
spring.datasource.url=jdbc:h2:file:~/H2_flightlog;DB_CLOSE_ON_EXIT=FALSE;IFEXISTS=FALSE;DB_CLOSE_DELAY=-1;MODE=PostgreSQL;
|
||||||
|
|
|
@ -18,7 +18,7 @@ export function configure(aurelia) {
|
||||||
http.configure(config => {
|
http.configure(config => {
|
||||||
config
|
config
|
||||||
.useStandardConfiguration()
|
.useStandardConfiguration()
|
||||||
.withBaseUrl('http://localhost:8081/')
|
.withBaseUrl('http://localhost:8080/')
|
||||||
.withDefaults({
|
.withDefaults({
|
||||||
headers: {
|
headers: {
|
||||||
'Accept': 'application/json'
|
'Accept': 'application/json'
|
||||||
|
|
0
mvnw
vendored
Normal file → Executable file
0
mvnw
vendored
Normal file → Executable file
Loading…
Reference in a new issue