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

com.brihaspathee.zeus.TransactionStorageServiceApplication Maven / Gradle / Ivy

The newest version!
package com.brihaspathee.zeus;

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

@SpringBootApplication
public class TransactionStorageServiceApplication {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy