spring-io Questions
5
Solved
I'm looking at spring-boot at the moment, but cannot access the repo.spring.io maven repository in builds.
I've created the initial Gradle build file , but receive a 401 (Unauthorised) response wh...
Pindaric asked 28/2, 2014 at 15:42
2
I'm working on a gradle based spring boot project which downloads some dependencies from 'repo.spring.io'. The application used to work fine a while back but now I'm seeing an error in the download...
Velate asked 23/11, 2020 at 7:46
5
Solved
Recently I've been working on some improvements in a project developed some time ago, and here's what I found. A lot of dependencies in the pom files go without versions specified, and yet they are...
2
We are currently facing a performance issue with spring webFlux.
For the sake of ascertaining the benefits of the reactive programming we have implemented a Spring Boot service which fetches data f...
Channel asked 11/7, 2017 at 9:54
4
Solved
Spring has a new project called spring IO http://platform.spring.io/platform/ and it is not really clear what is the difference between that project and Spring Boot.
I am already a spring boot use...
Lycopodium asked 26/6, 2014 at 19:35
2
Solved
I have a class which I use as a spring bean. The bean is defined in the applicationContext.xml like:
<bean id="myClass" class="com.example.MyClass">
<property name="cssFiles" value="clas...
Alary asked 14/7, 2014 at 14:5
2
Solved
My company policy restricts us from downloading thirdparty artifacts from public repositories (maven_central, spring-io etc)
We use Nexus as a repository manager which hosts all the artifacts that ...
1
Solved
Since Spring IO platform was intruduced we manage our project dependencies using the Spring IO platform-bom. Thus we do not specify dedicated versions for single Spring components (or even the plat...
1
I want to get all benefits of Spring IO and Spring Boot. I understood that Spring IO is something larger than Spring Boot. I understood that the main Spring IO concern is about integration, solve c...
Broil asked 13/3, 2015 at 17:35
2
Solved
I have ThreadPoolTaskExecutor. I should send too many emails (different emails). If I have error during email sending, I should write it in database.
<bean id="taskExecutor"
class="org.springf...
Mallis asked 12/3, 2015 at 20:46
1
Solved
I'm following this simple tutorial http://beanio.org/
Toward the end says you can use an annotated class instead of an XML file. I did that and in my factory.load() I pass the value with the name o...
1
In fall 2013 Spring has launched its new Website (spring.io) and announced its new platform "Spring IO". But what does this name/abbreviation "IO" mean?
I am NOT asking for any (technical) d...
1
© 2022 - 2024 — McMap. All rights reserved.