one icon indicating copy to clipboard operation
one copied to clipboard

基于Spring Boot和Vue2开发的前后端分离的后台管理系统

Results 10 one issues
Sort by recently updated
recently updated
newest added

Hi, I found that there may be some minor improvements about annotations in your code. A Spring bean in the persistence layer should be annotated using @Repository instead of @Component...

我觉得这样修改很好,问题就是还没做完,我之前拿到jeesite版本,一般是修改为只支持mysql。 现在想在您的基础上修改为只支持mysql

code-gen生成的ui,生成在index模块里... 登录后入口是index.html 所有动作都在index.htm/#/xxxx/xxxxx 进行单页切换, 在菜单上配的链接会定位到 index.htm/#/后面。 请问,我新建的独立module,名称为network,里面有配套api、router、views等,还有network.html/vue/js.... 1.如何在菜单上配置url到该network.html页面入口? 2.index.html读取时加载许多初始化数据、菜单数据,network模块的html入口如何继承在index模块上,不再加载过多的head、sidebar数据?? (前端小白)

return new RedisCacheStorager();代码导入的时候报错。

one-ui菜单动态控制问题:运行后发现,router都是写死的,请问后期有没有计划做菜单动态分配和动态获取的功能啊,大佬

![image](https://user-images.githubusercontent.com/11348698/37661557-0d8ed844-2c90-11e8-982b-36464c9688ea.png) 如上图,有时登录之后,底部footer显示并不是在底部

一看登录页面,熟悉的一笔,一个叫nifty的admin模版,进去又还是lte的,小惊喜,还有后端的模块有点分得太散了,我的想法是再盖一层,

如题, 比如user模块,login模块,都可以独立的打包,做到微服务的接口。