[ 
https://issues.apache.org/jira/browse/ISIS-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16841435#comment-16841435
 ] 

ASF subversion and git services commented on ISIS-2112:
-------------------------------------------------------

Commit 6f5b5cfefd3fa7a3d9c6a6e73510e3b071c31f39 in isis's branch 
refs/heads/2112_SpringBoot from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=6f5b5cf ]

ISIS-2112: utilizing Spring's @PropertySource with 'Presets'

- however still some boilerplate ...

@Configuration
@PropertySources({
    
@PropertySource("classpath:/domainapp/application/isis-non-changing.properties"),
    @PropertySource(name=Presets.H2InMemory, factory =
Presets.Factory.class, value = { "" })
})
public class HelloWorldAppManifest {
        ...
}


Task-Url: https://issues.apache.org/jira/browse/ISIS-2112

> Use Spring Boot for 'Service Provisioning'
> ------------------------------------------
>
>                 Key: ISIS-2112
>                 URL: https://issues.apache.org/jira/browse/ISIS-2112
>             Project: Isis
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Andi Huber
>            Assignee: Andi Huber
>            Priority: Critical
>             Fix For: 2.0.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to