摘要:
测试反射的时候报错了代码如下 package org.example.provider.domain; import lombok.Data; @Data public class User { public int userId; public String userName; } public 阅读全文
摘要:
springboot 整合 mybatisPlus 时报错 Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reaso 阅读全文
摘要:
服务端代码 接口 package com.example.templtedemo.testTemplte; import org.springframework.stereotype.Service; @Service public class UserService { public String 阅读全文