Coder Social home page Coder Social logo

saas_ihrm's Introduction

Hi there 👋

I'm hanyl, a developer!

Han-YLun's github stats

saas_ihrm's People

Contributors

dependabot[bot] avatar han-ylun avatar

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  avatar  avatar  avatar

saas_ihrm's Issues

默认密码错误

前端项目中配置的账号为13800000002,默认密码是123456,但是提示密码错误。

试了各种密码,什么admin,root都是错的。

所以密码是多少呢?

导出1月人事报表报错

image
image
原因是log4j版本问题
解决办法
在employ模块里的pom文件中添加

<java.version>1.8</java.version>
<log4j2.version>2.17.2</log4j2.version>

或修改springboot版本号 不推荐

Using predictable/constant cryptographic key when creating and verifing Json Web Token.

Hi, we are a research group to help developers build secure applications. We designed a cryptographic misuse detector on Java language(Our main concern is the secure implementation and use of Json Web Token). We found your great public repository (i.e.,SaaS_IHRM) from Github, and several security issues detected by our detector are shown in the following. The specific security issues we found are as follows:
(1) Location: Package: com.ihrm.gate.demo; Class: CreateJwtTest.class
(2) Location: Package: com.ihrm.gate.demo; Class: ParseJwtTest.class
Security issue: Using predictable/constant cryptographic key when creating and verifing Json Web Token. (The key is hard-coded and not have enough strength. It is suggest the length of HMAC key is as long as the length of the output. )

Using a predictable/constant secret does not conform to the security implementation specification of JWT, which may bring security risks to your system. It is recommended to use a more secure way to store the secret used to generate the JWT and use a strong enough key to improve the security of the project. (For the hazards of predictable/constant secret, you can refer to CWE-321, NIST Special Publication 800-57).

We wish the above security issues cloud truly help you to build a secure application. If you have any concern or suggestion, please feel free to contact us, we are looking forward to your reply. Thanks.

数据库搭建

act和ihrm这两个sql文件要怎么搭建成数据库呀,是都放在一个数据库,还是新建act和ihrm这两个数据库?

后端项目启动时报错

现在在的java版本下,spring boot和其他的库是否需要更新?类似于spring-boot-starter-parent,org-springframework-cloud-version等?现在启动项目好像不顺利

关于启动最后一个模块报错的问题

作者大佬,你好.我克隆了仓库后按readme.md里给的启动顺序启动时,到最后一个服务ihrm_audit运行AuditApplication报错了,您能帮我解决一下吗? 非常感谢
报错如下:

Description:

An attempt was made to call a method that does not exist. The attempt was made from the following location:

    org.activiti.spring.ProcessDeployedEventProducer.onApplicationEvent(ProcessDeployedEventProducer.java:63)

The following method did not exist:

    org.apache.commons.io.IOUtils.toString(Ljava/io/InputStream;Ljava/nio/charset/Charset;)Ljava/lang/String;

The method's class, org.apache.commons.io.IOUtils, is available from the following locations:

    jar:file:/C:/Users/陈靖/.m2/repository/commons-io/commons-io/2.2/commons-io-2.2.jar!/org/apache/commons/io/IOUtils.class

It was loaded from the following location:

    file:/C:/Users/陈靖/.m2/repository/commons-io/commons-io/2.2/commons-io-2.2.jar


Action:

Correct the classpath of your application so that it contains a single, compatible version of org.apache.commons.io.IOUtils

:bug: 功能缺陷

楼主这套代码是课程最终的代码吗? 各个微服务里都没有做认证呀

多租户如何体现?

如题。使用账号进入SaaS界面后,只有一个SaaS企业管理菜单,且没有增删查改以及添加管理员账号。是不是我用的有问题?

不能注册

作者你好,经过一番修改,现在能够进入后台管理系统了。界面很美观。
但是发现注册不了。
看了下前端代码,获取验证码的url路径/frame/register/verification_code在后端项目中没有找到,/frame开头的controller都没有。
请问作者,是我哪里弄错了什么,还是现在还没有开发注册功能?

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.