Merge remote-tracking branch 'origin/main'

This commit is contained in:
Ryan Wang
2022-10-09 17:28:11 +08:00
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -69,3 +69,5 @@ nbdist/
application-local.yml
application-local.yaml
application-local.properties
/admin-frontend/node_modules/

View File

@@ -2,7 +2,7 @@ plugins {
id 'org.springframework.boot' version '3.0.0-M3'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id "com.github.node-gradle.node" version "3.3.0"
id "io.github.guqing.plugin-development" version "0.0.1-SNAPSHOT"
id "io.github.guqing.plugin-development" version "0.0.3-SNAPSHOT"
id 'java'
}