Skip to content

Commit 7b7429f

Browse files
author
mansiarora
committed
Updated default package;
1 parent 6633291 commit 7b7429f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grails-app/conf/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
grails:
33
profile: web-plugin
44
codegen:
5-
defaultPackage: excel.export
5+
defaultPackage: pl.touk.excel.export
66
info:
77
app:
88
name: '@info.app.name@'

grails-app/init/excel/export/Application.groovy renamed to grails-app/init/pl/touk/excel/export/Application.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package excel.export
1+
package pl.touk.excel.export
22

33
import grails.boot.GrailsApp
44
import grails.boot.config.GrailsAutoConfiguration

0 commit comments

Comments
 (0)