Index: .idea/sonarIssues.xml =================================================================== diff -u -rdf0cc8efe3233473f75e58bccd64d2a0dff27224 -r3f2f5b97611a5d9cddfe74367fdcdc0240d27c81 --- .idea/sonarIssues.xml (.../sonarIssues.xml) (revision df0cc8efe3233473f75e58bccd64d2a0dff27224) +++ .idea/sonarIssues.xml (.../sonarIssues.xml) (revision 3f2f5b97611a5d9cddfe74367fdcdc0240d27c81) @@ -893,6 +893,16 @@ + + + + + + + + + + Index: standard/project/web/profiles/dev/database.properties =================================================================== diff -u -r64d16c3d9ac985cb7a19b8e9f38236ae765711eb -r3f2f5b97611a5d9cddfe74367fdcdc0240d27c81 --- standard/project/web/profiles/dev/database.properties (.../database.properties) (revision 64d16c3d9ac985cb7a19b8e9f38236ae765711eb) +++ standard/project/web/profiles/dev/database.properties (.../database.properties) (revision 3f2f5b97611a5d9cddfe74367fdcdc0240d27c81) @@ -7,4 +7,4 @@ # hibernate props hibernate.dialect=org.hibernate.dialect.Oracle10gDialect hibernate.show.sql=true -hibernate.hbm2ddl.auto=update \ No newline at end of file +hibernate.hbm2ddl.auto=none \ No newline at end of file Index: standard/project/web/profiles/operation/database.properties =================================================================== diff -u -r64d16c3d9ac985cb7a19b8e9f38236ae765711eb -r3f2f5b97611a5d9cddfe74367fdcdc0240d27c81 --- standard/project/web/profiles/operation/database.properties (.../database.properties) (revision 64d16c3d9ac985cb7a19b8e9f38236ae765711eb) +++ standard/project/web/profiles/operation/database.properties (.../database.properties) (revision 3f2f5b97611a5d9cddfe74367fdcdc0240d27c81) @@ -1,8 +1,8 @@ # Database configuration props database.driver=oracle.jdbc.driver.OracleDriver database.url=jdbc:oracle:thin:@db.313.co.kr:1521:orcl -database.username=STANDARD_DB -database.password=STANDARD_DB_1234 +database.username=OPERATION_DB +database.password=OPERATION_DB_1234 # hibernate props hibernate.dialect=org.hibernate.dialect.Oracle10gDialect Index: standard/project/web/src/main/java/egovframework/com/ext/jstree/support/security/database/model/User.java =================================================================== diff -u -rdf0cc8efe3233473f75e58bccd64d2a0dff27224 -r3f2f5b97611a5d9cddfe74367fdcdc0240d27c81 --- standard/project/web/src/main/java/egovframework/com/ext/jstree/support/security/database/model/User.java (.../User.java) (revision df0cc8efe3233473f75e58bccd64d2a0dff27224) +++ standard/project/web/src/main/java/egovframework/com/ext/jstree/support/security/database/model/User.java (.../User.java) (revision 3f2f5b97611a5d9cddfe74367fdcdc0240d27c81) @@ -21,7 +21,6 @@ @SelectBeforeUpdate(value=true) @DynamicInsert(value=true) @DynamicUpdate(value=true) -@SequenceGenerator(name = "UserSequence", sequenceName = "S_USER_HIBER", allocationSize = 1) public class User implements Serializable{ @Id