完成模块2 #14

Merged
liwentao merged 10 commits from feature/groupCourseSearch into dev 2026-06-02 18:36:44 +08:00
Showing only changes of commit 0d2ed2aba5 - Show all commits
@@ -50,10 +50,7 @@ public class SecurityConfig {
spec.pathMatchers("/api/auth/**").permitAll()
.pathMatchers("/api/public/**").permitAll()
.pathMatchers("/ws/**").permitAll()
.pathMatchers("/actuator/**").permitAll()
//========TODO lwt 以下是测试接口,生产时必关========
.pathMatchers("/api/users/**").permitAll()
.pathMatchers("/api/groupCourse/**").permitAll();
.pathMatchers("/actuator/**").permitAll();
if (isDevOrTest) {