8888 port not working on my mac
This commit is contained in:
parent
da8e7b101d
commit
253a7da6cc
|
@ -1,6 +1,6 @@
|
||||||
spring.application.name=metersphere
|
spring.application.name=metersphere
|
||||||
|
|
||||||
server.port=8888
|
server.port=8081
|
||||||
|
|
||||||
# Hikari
|
# Hikari
|
||||||
spring.datasource.type=com.zaxxer.hikari.HikariDataSource
|
spring.datasource.type=com.zaxxer.hikari.HikariDataSource
|
||||||
|
|
|
@ -6,7 +6,7 @@ module.exports = {
|
||||||
devServer: {
|
devServer: {
|
||||||
proxy: {
|
proxy: {
|
||||||
['^(?!/login)']: {
|
['^(?!/login)']: {
|
||||||
target: 'http://localhost:8888',
|
target: 'http://localhost:8081',
|
||||||
ws: true,
|
ws: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -23,4 +23,4 @@ module.exports = {
|
||||||
filename: "login.html"
|
filename: "login.html"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue