修改启动端口
This commit is contained in:
parent
3294cc04bb
commit
7360a4d1fa
|
|
@ -24,7 +24,7 @@ mybatis-plus.mapper-locations=classpath:sqlmapper/*.xml
|
||||||
mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
|
mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
|
||||||
pagehelper.helperDialect=mysql
|
pagehelper.helperDialect=mysql
|
||||||
pagehelper.reasonable=false
|
pagehelper.reasonable=false
|
||||||
server.port=12365
|
server.port=8888
|
||||||
|
|
||||||
#windows文件存储目录
|
#windows文件存储目录
|
||||||
data.windows.path=E:/comacFileStorage/
|
data.windows.path=E:/comacFileStorage/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue