mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 09:35:29 +08:00
ruoyi-admin位置移动
This commit is contained in:
parent
98d0f16b0c
commit
2113a6428f
1
pom.xml
1
pom.xml
@ -445,7 +445,6 @@
|
|||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>ruoyi-admin</module>
|
|
||||||
<module>ruoyi-common</module>
|
<module>ruoyi-common</module>
|
||||||
<module>ruoyi-extend</module>
|
<module>ruoyi-extend</module>
|
||||||
<module>ruoyi-modules</module>
|
<module>ruoyi-modules</module>
|
||||||
|
|||||||
@ -16,7 +16,7 @@ import org.springframework.context.annotation.PropertySource;
|
|||||||
* @author Lion Li
|
* @author Lion Li
|
||||||
*/
|
*/
|
||||||
@Configuration
|
@Configuration
|
||||||
@PropertySource(value = "classpath:common-satoken.yml", factory = YmlPropertySourceFactory.class)
|
@PropertySource(value = "common-satoken.yml", factory = YmlPropertySourceFactory.class)
|
||||||
public class SaTokenConfig {
|
public class SaTokenConfig {
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
Loading…
Reference in New Issue
Block a user