nyzy_java/README.md

26 lines
559 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 吉林省农业资源薪资平台
# 创建项目必须要做的事
1. 基于`jeecg_base_2.4_java`项目的后台开发版。所有新项目以此为基准检出
2. 基于此git创建项目后更改`pom.xml`中的`artifactId`和`description`
# 常见问题
### 启动类
`com.nd.QnModuleApplication`
### 权限
将`org.jeecg.config.shiro.ShiroConfig.java.bak`去除后缀`.bak`
注意,如果`jeecg_base_2.4_java`中的`org.jeecg.config.shiro.ShiroConfig.java`与本项目的不一致,将会导致`jeecg_base_2.4_java`中的更改丢失