Commit 0a096c52 authored by Quxl's avatar Quxl

x

parent 9e6250b9
......@@ -32,7 +32,7 @@ public class TestController {
ZMISD009SOCREATIONTask task;
private void verify() {
if(profiles.contains("pro")) {
if(!profiles.contains("dev")) {
throw new RuntimeException("spring.profiles.active=" + profiles + ", The test interface has been closed.");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment