show rendered image
added loading icon image is scaled to available space
This commit is contained in:
@@ -2,11 +2,12 @@ package org.lucares.pdbui;
|
||||
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.context.annotation.PropertySource;
|
||||
|
||||
@Configuration
|
||||
@ComponentScan("org.lucares.pdbui")
|
||||
// @PropertySource("classpath:/config.system.properties")
|
||||
// @PropertySource("classpath:/config.user.properties")
|
||||
@PropertySource("classpath:/config.system.properties")
|
||||
@PropertySource("classpath:/config.user.properties")
|
||||
public class MySpringConfiguration {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user