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

config.template.flavour.springboot-3.SpringbootApplicationTests.ftl Maven / Gradle / Ivy

There is a newer version: 8.11.9
Show newest version
<#import '../flavour-macro.ftl' as fhm>
package test.<@fhm.toProjectPackage context=context/>;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class ${context.artifactIdAsClassName}ApplicationTests {

	@Test
	void contextLoads() {
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy