Giter Site home page Giter Site logo

eladmin-doc's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eladmin-doc's Issues

菜单生成问题

请问生成代码后,添加菜单中的组件路径格式是什么,该怎么写。
模仿其他的写后,刷新并没有出现菜单。

Swagger配置

Swagger要改哪些配置,才能显示自己写的接口和Model。。

[Druid-ConnectionPool-Create-2089029603] INFO c.a.d.pool.DruidAbstractDataSource - {dataSource-1} failContinuous is true

elAdmin- 2020-05-27 15:08:56 [Druid-ConnectionPool-Create-2089029603] INFO c.a.d.pool.DruidAbstractDataSource - {dataSource-1} failContinuous is true
elAdmin- 2020-05-27 15:08:57 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat]
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.catalina.loader.WebappClassLoaderBase (file:/C:/Users/38193/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.12/tomcat-embed-core-9.0.12.jar) to field java.io.ObjectStreamClass$Caches.localDescs
WARNING: Please consider reporting this to the maintainers of org.apache.catalina.loader.WebappClassLoaderBase
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
elAdmin- 2020-05-27 15:08:57 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener -

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
elAdmin- 2020-05-27 15:08:57 [main] ERROR o.s.boot.SpringApplication - Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/alibaba/druid/spring/boot/autoconfigure/DruidDataSourceAutoConfigure.class]: Invocation of init method failed; nested exception is java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)

i modified pwd on localhost
druid:
db-type: com.alibaba.druid.pool.DruidDataSource
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
url: jdbc:log4jdbc:mysql://localhost:3306/eladmin?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false
username: root
password: 097888

动态添加菜单报错

菜单管理里面点击增加已经把动态菜单加进去了,但是左边导航栏没有显示,页面刷新后菜单管理里面自己添加的也不见了

2.4dev rsa加密方式

目前看到的这种加密过程似乎是有问题的:公钥和私钥都是写死存放在前端,每次都用同一个publickey去加密,这样是有问题的达到不想要的效果。
如果不改密码,这个传输的密文就一直有效。
正确的做法应该是公钥是后台动态生成传给前端的,每次传输的密文只有当次有效。

访问量统计

系统后台的token好像很久都不会过期,那怎么统计系统的访问量

三级菜单缓存失效问题

当菜单有三级的时候,设置了缓存为true,切换tab页面后,原来的数据还是消失了,没有缓存下来,试过了网上的一些方法,都不起作用,看是否可以升级下支持三级菜单缓存

运行报错

Description:

Method springSecurityFilterChain in org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration required a single bean, but 2 were found:
- swagger2ControllerMapping: defined by method 'swagger2ControllerMapping' in class path resource [springfox/documentation/swagger2/configuration/Swagger2DocumentationConfiguration.class]
- requestMappingHandlerMapping: defined by method 'requestMappingHandlerMapping' in class path resource [org/springframework/web/servlet/config/annotation/DelegatingWebMvcConfiguration.class]

Action:

Consider marking one of the beans as @primary, updating the consumer to accept multiple beans, or using @qualifier to identify the bean that should be consumed

前端打包后js-cookie失效

现象:hash模式打包后,首页正常,但是不能跳转路由。
可能原因:Cookies.get(TokenKey)获取的值为undefined,导致无法跳转页面

新建菜单渲染模板失败

通过新建菜单并完成角色授权,打开菜单后页面有加载(通过console.log查看页面加载了),单模板渲染失败,浏览器看到为空。index.vue内容如下:

fgff
<script> console.log(1111111122) export default { name: 'Acc', data() { return { } } } </script>

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.