AS Arctic Fox configuration 360 reinforced command line mode gradle plug-in

Create self-defined plug-ins in gradle. Gradle provides three ways: In build Used directly in gradle scripts Use in buildSrc Used in stand-alone modules This article introduces the third method. The plug-in of the third method can be uploaded to the local or network for other projects or projects 1, Configuration process 1.1 coding of plug-in ...

Added by mzm on Tue, 25 Jan 2022 09:39:48 +0200

The Grails project is packaged and started as a Windows service

The purpose of this document is to: The war package packaged by grails project runs under the system as a Windows serviceAfter the deployment is completed, the default settings of startup and self startup are supportedSupports 32-bit and 64 bit JDKImplement one click installation serviceSupport one click uninstall serviceSupport one click rest ...

Added by xydra on Fri, 14 Jan 2022 05:37:36 +0200

Groovy source code analysis

2021SC@SDUSC Earlier, we analyzed the extensions to java in the org package in groovy and the implementation principle of these extensions. Today, we will analyze the extensions to java in other places in groovy The following figure shows the code: Before we analyzed the code in the org package, the main code to be analyzed today is under ...

Added by Ekano on Fri, 08 Oct 2021 07:28:55 +0300