Merge pull request #948 from dataease/pr@v1.3@fix_api_doc

Pr@v1.3@fix api doc
This commit is contained in:
fit2cloud-chenyw 2021-10-15 11:16:36 +08:00 committed by GitHub
commit 84bbf977f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -381,6 +381,7 @@
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<?m2e execute onConfiguration?>
<id>main-class-placement</id>
<phase>generate-resources</phase>
<configuration>

View File

@ -43,8 +43,8 @@ public class IndexController {
return "doc.html";
default:
// DataEaseException.throwException("Invalid License.");
//return "nolic.html";
return "doc.html";
return "nolic.html";
// return "doc.html";
}
// return "index.html";
}