Archive for the 'มุม Java' Category

maven project change version all in submodule

Tuesday, May 23rd, 2023

ถ้ามีแค่ไม่กี่โปรเจค ก็ไม่จำเป็น เพราะเปลี่ยน version เองก็ได้ แต่ถ้ามันมีหลายตัว เยอะมาก จะมาเปลี่ยนที่ละตัวก็จะช้า โดยใช้ command นี้ mvn versions:set -DnewVersion=new_version ตัวอย่าง ถ้า version ที่ต้องการเปลี่ยน เอาตามนี้ ก็ใช้ command เพื่อยืนยัน mvn versions:commit แต่ถ้าไม่อยากเปลี่ยนแล้ว ก็ให้ใช้ command mvn versions:revert เพื่อเปลี่ยนกลับมาเป็น version เดิม

discovery client not initialized

Wednesday, July 27th, 2022

เมื่อใช้ spring boot 2.5.x และใช้ spring cloud bud แล้วเจอปัญหานี้ “discovery client not initialized status unknown” 1 springboot 2.5.xspringboot 2.5.x วิธีแก้เพิ่ม config anotation @Configuration นี้เข้าไป 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 import org.springframework.cloud.client.discovery.event.InstanceRegisteredEvent; import org.springframework.context.ApplicationEventPublisher; import org.springframework.context.annotation.Configuration; import […]

shortcut ที่ใช้บ่อยระหว่าง Eclipse และ NetBeans

Tuesday, April 22nd, 2014

ปกติผมใช้ Eclipse เป็น tool ในการ develop java แต่พอมาลองใช้ NetBeans ก็งงเลยกับ shortcut เพราะมันไม่เหมือนกับ Eclipse เลย Y_Y ก็เลยหา shortcut หลักๆ ที่ใช้บ่อย กลัวลืมเลยขอเอามาเก็บไวครับ   Function Eclipse NetBeans Open type Ctrl+Shift+T Ctrl+O Open resource Ctrl+Shift+R Alt+Shift+O Quick outline Ctrl+O Ctrl+Shift+F12