Git Product home page Git Product logo

Comments (14)

a466350665 avatar a466350665 commented on September 24, 2024

服务启动有没有报错

from smart-sso.

wangan88 avatar wangan88 commented on September 24, 2024

并没有,再研究下吧

from smart-sso.

wangan88 avatar wangan88 commented on September 24, 2024

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.smart.sso.server.dao.UserDao.findByAccount ,配置文件我都看了都正确,不知道啥原因,登录的时候

from smart-sso.

a466350665 avatar a466350665 commented on September 24, 2024

你容器是用的tomcat还是jetty,看一下smart-sso-server的编译目录下有没有对应的Mapper文件
image

from smart-sso.

wangan88 avatar wangan88 commented on September 24, 2024

tomcat 确实没有,没有mapper目录

from smart-sso.

a466350665 avatar a466350665 commented on September 24, 2024

是用的intellij idea? 之前也有朋友遇到一样的问题 原因找到了自行查查看 我这里是eclipse

from smart-sso.

wangan88 avatar wangan88 commented on September 24, 2024

对的idea,好的,谢谢了,项目不错

from smart-sso.

wangan88 avatar wangan88 commented on September 24, 2024
		<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> 这样就可以了

from smart-sso.

wangan88 avatar wangan88 commented on September 24, 2024

那个两个sql文件,表中怎么没有密码呢,用户登录密码都没记录

from smart-sso.

a466350665 avatar a466350665 commented on September 24, 2024

好的 密码在sql中是加密过的 明文文档里有
image

from smart-sso.

wangan88 avatar wangan88 commented on September 24, 2024

4 2_sydq9da 9tf5 o5438f

from smart-sso.

wangan88 avatar wangan88 commented on September 24, 2024

我都没看到用户表中有admin

from smart-sso.

wangan88 avatar wangan88 commented on September 24, 2024

是不是少插入了数据,我感觉是少了东西

from smart-sso.

a466350665 avatar a466350665 commented on September 24, 2024

因为是单点登录,无论smart-demo-web还是smart-sso-server都是用的smart-sso库中的用户表(sys_user)
image

from smart-sso.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.