◆ 무한한 가능성 185

spring boot error, template might not exist or might not be accessible by any of the configured Template Resolvers

https://stackoverflow.com/questions/48569969/error-resolving-template-login-template-might-not-exist-or-might-not-be-acces Problem>try to use jsp or velocity, not thymeleaf. Solution> spring boot 사용시 오류template might not exist or might not be accessible by any of the configured Template Resolvers 나오면 application.properties 에 spring.thymeleaf.enabled=false 를 추가하기

[Salesforce] SOAP API, Unable to create/update fields: Product2Id. Please check the security settings o

ref.> https://success.salesforce.com/answers?id=90630000000gk6GAAQ SOAP APIPricebookEntry Robby WilliamsIs this an error in the dataloader, or are you doing this via SOAP/JAVA/C#? I've been using JAVA to write a program to write this, and ran into the exact same error. If you use the method of DescribeSObject for PRICEBOOKENTRY, you will see that only the following fields are updateable: UnitPri..

아마존 EC2 Java8 install 설치 (Amazon, AWS)

참고: https://www.mkyong.com/java/how-to-install-oracle-jdk-8-on-centos/ 0. 준비 - yum 확인 - root로 권한 변경 1. 자바 JDK8 다운로드(download jdk8) [root@ip-xxx-xx-xx-xx /]# pwd/home/ec2-user [root@ip-xxx-xx-xx-xx /]# wget --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jdk-8u121-linux-x64.rpm * 최신버전은 위의 http로 시작하는..