Skip to content

Commit

Permalink
修改部分日志打印代码
Browse files Browse the repository at this point in the history
  • Loading branch information
xwintop committed Jan 31, 2023
1 parent 703f7d2 commit 0fa2a81
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions src/main/resources/application.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public static String getMain_java(String projectName, String xmlPath) {
" try {\n" +
" launch(args);\n" +
" } catch (Exception e) {\n" +
" e.printStackTrace();\n" +
" log.error(e.getMessage(), e);\n" +
" }\n" +
" }\n" +
"\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
public class TableBeanTool {
@Test
public void buildTableBean(){
// Class<?> beanClass = EmailToolTableBean.class;
Class<?> beanClass = this.getClass();
Field[] fields = FieldUtils.getAllFields(beanClass);
StringBuffer soutStringBuffer = new StringBuffer();//输出字符串
Expand Down

0 comments on commit 0fa2a81

Please sign in to comment.