10 2022 档案

摘要:4. Service层注解 @Service注解一般写在业务层的接口实现类上,而不是接口上。 4.1 @Service @Service : @Service注解用于类上,标记当前类是一个service类,加上该注解会将当前类自动注入到spring容中。 @Service public class 阅读全文
posted @ 2022-10-14 14:56 LGion 阅读(1268) 评论(0) 推荐(0)
摘要:Oracle 报错,显示用户密码过期 1.查看用户的proifle,一般是default: select username,profile from dba_users; 2.查看指定概要文件(如default)的密码有效期设置: select * from dba_profiles s where 阅读全文
posted @ 2022-10-13 11:09 LGion 阅读(156) 评论(0) 推荐(0)