修正代码生成模板logback-spring-elk和prod.xml文件名
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<name>logback-spring</name>
|
||||
<filePath>${baseDir}/${moduleCode}/${moduleCode}/src/main/resources/config</filePath>
|
||||
<fileName>logback-spring.xml</fileName>
|
||||
<fileName>logback-spring-elk.xml</fileName>
|
||||
<content><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration debug="false" scan="false">
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<name>logback-spring</name>
|
||||
<filePath>${baseDir}/${moduleCode}/${moduleCode}/src/main/resources/config</filePath>
|
||||
<fileName>logback-spring.xml</fileName>
|
||||
<fileName>logback-spring-prod.xml</fileName>
|
||||
<content><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration debug="false" scan="false">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user