第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

jstl 不適用于 activiti 7 - 沖突庫

jstl 不適用于 activiti 7 - 沖突庫

青春有我 2023-03-31 09:26:39
我做了一個(gè)簡單的 spring boot 應(yīng)用程序,想用 activiti 作為 BPM 引擎。除了 JSTL 支持外,一切正常。任何包含 JSTL 標(biāo)記的 JSP 都是錯(cuò)誤的。這是jsp<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3"><head>    <title>Spring Security Example</title></head><body><c:if test="${not empty param.error}">    <div class="error">        Your login attempt was not successful, try again.<br />        Reason: ${sessionScope["SPRING_SECURITY_LAST_EXCEPTION"].message}    </div></c:if><form th:action="@{/login}" method="post">    <div>        <label> User Name : <input type="text" name="username" />        </label>    </div>    <div>        <label> Password: <input type="password" name="password" />        </label>    </div>    <div>        <input type="submit" value="Sign In" />    </div></form></body></html>很有可能是沖突問題但是使用maven的enven插件沒有任何報(bào)錯(cuò)
查看完整描述

1 回答

?
子衿沉夜

TA貢獻(xiàn)1828條經(jīng)驗(yàn) 獲得超3個(gè)贊

解決方案是排除juel spi


<dependency>

    <groupId>org.activiti</groupId>

    <artifactId>activiti-spring-boot-starter</artifactId>

    <version>7.1.43</version>

    <exclusions>

        <exclusion>

            <groupId>de.odysseus.juel</groupId>

            <artifactId>juel-spi</artifactId>

        </exclusion>

        <exclusion>

            <groupId>commons-io</groupId>

            <artifactId>commons-io</artifactId>

        </exclusion>

    </exclusions>

</dependency>


查看完整回答
反對 回復(fù) 2023-03-31
  • 1 回答
  • 0 關(guān)注
  • 148 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)