提交 756fca66 编写于 作者: Z zhuangqian

update

上级 7775fd34
......@@ -46,11 +46,11 @@
<artifactId>log4j-jcl</artifactId>
<version>${log4j2.version}</version>
</dependency>
<!-- <dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j2.version}</version>
</dependency> -->
</dependency>
<!-- beetl -->
<dependency>
<groupId>com.ibeetl</groupId>
......@@ -231,7 +231,7 @@
</profile>
</profiles>
<build>
<finalName>springblade</finalName>
<finalName>blade</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>
......
......@@ -160,11 +160,11 @@ public class SideBarTag extends Tag {
* 层级
* @return String 返回子菜单HTML集
*/
@SuppressWarnings("rawtypes")
@SuppressWarnings({ "rawtypes", "unchecked" })
public String reloadMenu(List<Map> sideBar, String pCode, String pStr, int levels, String ctxPath) {
String Str = "";
String subStr = "";
for (Map<String, Object> subside : sideBar) {
for (Map subside : sideBar) {
Paras rd = Paras.parse(subside);
int _levels = rd.getInt("LEVELS");
String _code = rd.getStr("CODE");
......
......@@ -42,7 +42,7 @@
<property name="dbStyle">
<bean class="org.beetl.sql.core.db.MySqlStyle"></bean>
</property>
<property name="configLocation" value="classpath:/config/btsql-ext.properties"></property>
<property name="configLocation" value="classpath:/config/beetlsql.properties"></property>
</bean>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册