- 博客(2)
- 收藏
- 关注
原创 处理springboot2中yaml中文乱码
方式一:File->Settings->Editor->File Encodings->将编码方式全部改为utf-8方式二:在yaml中加上server: servlet: encoding: charset: UTF-8 force: true enabled: true
2022-09-03 20:40:04 901 1
原创 Java-银行项目
该项目用了三个包Customer,CustomerList,CustomerView。Customer为实体对象,用来封装用户信息。相当于model。CustomerList为Customer对象的管理模块,内部用数组管理Customer对象,并提供相应的添加,修改,删除和遍历方法,CustomerView调用。相当于controller。CustomerView为主模块,负责菜单的显示和处理用户操作。相当于view。CMUtility为工具类。将不同功能封装为方法,就是可以直接通过调...
2022-04-11 14:43:27 3085
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人