Posts by wanderwang • 33 points
2 posts
-
2
votes0
answers839
viewsQ: Spring Boot connectable in Microsoft Sql Server database
I’m trying to connect in Sql Server 2008 database, but this giving this error: com.microsoft.sqlserver.jdbc.Sqlserverexception: Connection to ERSERVER host failed, instance named sqlern_desenv.…
-
1
votes1
answer1074
viewsQ: 2 files properties on Spring Boot
I am developing an API with Spring Boot, and I have 2 properties files for the development and production environments, How do I set the properties file of certain environment?