Skip to content

Commit 2458021

Browse files
committed
Move main class under template package
1 parent a443313 commit 2458021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/embabel/ProjectNameApplication.java renamed to src/main/java/com/embabel/template/ProjectNameApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package com.embabel;
16+
package com.embabel.template;
1717

1818
import com.embabel.agent.config.annotation.EnableAgents;
1919
import com.embabel.agent.config.annotation.LoggingThemes;

0 commit comments

Comments
 (0)