Closed wangan11 closed 7 years ago
服务启动有没有报错
并没有,再研究下吧
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.smart.sso.server.dao.UserDao.findByAccount ,配置文件我都看了都正确,不知道啥原因,登录的时候
你容器是用的tomcat还是jetty,看一下smart-sso-server的编译目录下有没有对应的Mapper文件
tomcat 确实没有,没有mapper目录
是用的intellij idea? 之前也有朋友遇到一样的问题 原因找到了自行查查看 我这里是eclipse
对的idea,好的,谢谢了,项目不错
<build>
<resources>
<resource>
<directory>src/main/resources/env/dev</directory>
</resource>
<resource>
<directory>src/main/java/com/smart/sso/server/mapper</directory>
<targetPath>com/smart/sso/server/mapper</targetPath>
</resource>
</resources>
</build> 这样就可以了
那个两个sql文件,表中怎么没有密码呢,用户登录密码都没记录
好的 密码在sql中是加密过的 明文文档里有
我都没看到用户表中有admin
是不是少插入了数据,我感觉是少了东西
因为是单点登录,无论smart-demo-web还是smart-sso-server都是用的smart-sso库中的用户表(sys_user)
按照你的文档启动,访问任何请求都是404,少了什么,zookeeper也打开了