0

このように設定しようとしましたが、例外があります!</p>

<build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <configuration>
                    <skip></skip>
                    <executable>true</executable>
                    <embeddedLaunchScriptProperties>
                        <property>
                            <name>inlinedConfScript</name>
                            <value>/app/knowledge-base.conf</value>
                        </property>
                    </embeddedLaunchScriptProperties>
                </configuration>
            </plugin>
        </plugins>
   </build>

プロジェクトのナレッジベースで目標 org.springframework.boot:spring-boot-maven-plugin:2.1.7.RELEASE:repackage (再パッケージ化) を実行できませんでした: \app\knowledge-base.conf

4

1 に答える 1