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