BootStrap.groovy
上传用户:steveyhw
上传日期:2019-05-13
资源大小:307k
文件大小:0k
源码类别:

PlugIns编程

开发平台:

Java

  1. class BootStrap {
  2.      def init = { servletContext ->
  3.          println "         ----------------系统启动成功---------------------"
  4.          println "          欢迎使用 Creative International !"
  5.          println "          作者:湛蓝守望..."
  6.          println "         ------若有疑问请在www.haohaonews.com相关文章留言------"
  7.      }
  8.      def destroy = {
  9.      }