mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-21 23:14:27 +01:00
11 lines
240 B
Java
11 lines
240 B
Java
package de.cotto.lndmanagej;
|
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
|
@SpringBootApplication
|
|
public class SpringBootConfiguration {
|
|
public SpringBootConfiguration() {
|
|
// default constructor
|
|
}
|
|
}
|