Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

基座配置 web context path,模块未配置时无法安装模块 #320

@lvjing2

Description

@lvjing2

基座如果配置 web context path,

server.servlet.context-path=/base

模块没有 web context path,则会报错

image

原因

模块没有设置 web context path 时,这个值会直接复用基座的值,导致模块安装的时候传入的 web context path 与基座重复,从而报错。

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions