create web application
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package org.lucares.pdbui;
|
||||
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
@Configuration
|
||||
@ComponentScan("org.lucares.pdbui")
|
||||
// @PropertySource("classpath:/config.system.properties")
|
||||
// @PropertySource("classpath:/config.user.properties")
|
||||
public class MySpringConfiguration {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user