All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.stevenpg.aop.Application Maven / Gradle / Ivy

Go to download

This is a very serious annotation that will print a cat fact when invoked on a method.

There is a newer version: 2.0.1
Show newest version
package com.stevenpg.aop;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.stereotype.Service;

@SpringBootApplication
@Service
public class Application {

    public static void main(String[] args) {
        SpringApplication.run(Application.class, args);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy