摘要: <choose> <when test="params.orderBy == 'ascending'"> ORDER BY ${params.column} ASC </when> <when test="params.orderBy == 'descending'"> ORDER BY ${par 阅读全文
posted @ 2023-11-16 10:23 启航黑珍珠号 阅读(36) 评论(0) 推荐(0)
摘要: conf/activemq.xml 新增配置 <broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" dataDirectory="${activemq.data}" schedulerSupport 阅读全文
posted @ 2023-11-16 10:21 启航黑珍珠号 阅读(115) 评论(0) 推荐(0)